![](smile.gif)
Creating a templated class using MSVC++ 6.0
Hi,
I'm writting a linked list class (yes i'm writing my own not using stl or anything b/c i want to learn
) using templates. I know how to do it such as:
template
class myClass
{
blah blah blah functions and such
}
then for the functions
template
void myClass::myFunction();
my question is... how do i do all that using the great MSVC++ 6.0 Class View which i have grown to love. I couldn't figure out how to create the templated class when you use the New Class dialog, and when i just created a normal one and then templated it and set the functions up right manually i couldn't double click on them in the ClassView to get to them easy (i really like that part) Anyone tried this and gotten it figured out? I searched MSDN and some message boards but just came up with info on templated classes... not how to do it in VC++. Thanks for the help, just please don't say how i should use STL or something... i'm doing this as a learning expierence and like writing my own code (unless of course STL is somehow causing my problems...) Thanks!
Edited by - DrjonesDW3d on May 14, 2001 2:53:42 PM
![](smile.gif)
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement