This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / who can help me overcome this problem for c++ template. SOS
-jpbillzhou(chineseman);
2003-7-23
{1579}
(#1300477@0)
-
象是工程文件不对,把程序全部方到你的main.cpp里试试
-benii(勿需马甲);
2003-7-23
(#1300485@0)
-
would you try it?I used the vc++ to create a project with console application, then create a class with a template, in main function, i call them. would you check it? do you have the experience of developing the c++ program with temp
-jpbillzhou(chineseman);
2003-7-23
{216}
(#1300549@0)
-
most c++ compilers don't support separated head and implementation of template. Always put them into same file!
-bluelotus(时光漫步);
2003-7-24
(#1301550@0)
-
move the definition of your template class from .cpp to .h file.
-andrew_parah(andrew_toronto);
2003-7-25
(#1303103@0)