I d like to create templates properly with Visual C++, I mean without including all the code when I use a template class instance. On the one hand Visual Studio help is not that clear about that: it advises to use a dll but I have linkage errors by doing so. On the other hand, Stroustrup advises to use keyword export in his C++ language book but this keyword doesn't happen to exist for Visual C++. What are the solution I should use?
Thanks for all your answers
Yoggi
Thanks for all your answers
Yoggi