templates
Israel Fernandez Cabrera
israel at seg.inf.cu
Wed Nov 28 15:11:05 GMT 2001
Hi every body:
I'm having a problem when I tried to use templates in KDevelop, I've defined:
template <class T> myclass{ /* ... */ }
then I use:
myclass <char*> newclass;
newclass.insert("a word");
*where insert is a valid function in myclass
then the compiler give me the message bellow:
undefined reference to myclass<char*>::insert(char*)
Should I turn on "template" support just as "exception handling" support. By
the way I couldn't turn on exceptio handling support.
Please help me and explain me just as you explain a child.
S at lu2
Israel
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list