I'm learning C++ on my own, using a C++ book. Right now,
I'm on the chapter dealing with class templates. And I'm already on the part that uses the keyword export. But when I try to compile my program, it says that export is not implemented. Does it mean that I really cannot use it in Dev-C++? Won't I be able to place the function templates for the member functions of a class template in a separate source file?
Thank you very much in advance.
I hope you could answer my question.
Kind regards...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How I can use the Templates with the Dev-C++ I know how use it with the Borland compiler if anyone can help me please e-mail me at fabmel@inwind.it
If it is standard, it works with Dev-C++
Good day to all!
I'm learning C++ on my own, using a C++ book. Right now,
I'm on the chapter dealing with class templates. And I'm already on the part that uses the keyword export. But when I try to compile my program, it says that export is not implemented. Does it mean that I really cannot use it in Dev-C++? Won't I be able to place the function templates for the member functions of a class template in a separate source file?
Thank you very much in advance.
I hope you could answer my question.
Kind regards...