c++ template
In VC++, I created a class using insert>new class. I got the class working with one type, and then tried to convert it over to a template. The definition is in the .h file, the implemenation in the .cpp file, as normal. When I try declaring and using the template class, I get unresolved external errors. Does anyone know what I''m doing wrong?
Wes Henwood
denethor1@hotmail.com
August 20, 2000 09:25 PM
Unresolved external means that the compiler cant see something that you are saying is there, so try including all the headers and libraries, and make sure you have declared the functions properly as well.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement