Im implementing a template class. I created a tem.template class to implement it im using Microsoft visual c++ but all my code looks black no colors like when i write in .h or .cpp is it normal? Or is not recognizing the .template?
Ok, now for a serious post, I think I understand that you already have an header where you declared you template class
All you have to do to implement that class is creating a .cpp file, include the header where the class is declared, and implement the methods of the class