Does Dev-C++ support .template source files? With MS Visual Studio you can use .template source files instead of .cpp source files when developing a project that uses a template class but I can not figure out how to do it with Dev-C++. If it does not support .template files then how do you compile a project that uses a template class?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Does Dev-C++ support .template source files? With MS Visual Studio you can use .template source files instead of .cpp source files when developing a project that uses a template class but I can not figure out how to do it with Dev-C++. If it does not support .template files then how do you compile a project that uses a template class?