Should I be just using '.cpp' or '.template'?
Places I've checked don't seem to care for file extensions so I'm not sure what the expectation is.
Should I be just using '.cpp' or '.template'?
Places I've checked don't seem to care for file extensions so I'm not sure what the expectation is.
C++ template program requires everything in the header file, usually, therefore it would be either .h or really any extension your IDE supports, and most major IDEs don't care about the extension of a header file as long as you properly spell it when you include it.