Writing containers for abstract typesThanks for the information. [code]std::vector<std::unique_ptr>[/code] sounds like a better approach ...
Writing containers for abstract typesAbstract types (those with pure virtual methods) generally cannot be stored in standard STL containe...
Where to define template classes and functions?keskiverto, Good point, I didn't notice that when I simplified the code for the example. What about ...
Where to define template classes and functions?Thanks for the replies. I may be answering my own question here, but it sounds like template definit...
Where to define template classes and functions?I have a decent understanding of how templates work and what their purpose is, but I'm having troubl...
This user does not accept Private Messages