Posts Tagged ‘cstdlib’

C++ Templates solved: How to split the class declaration and implementation into separate files

Thursday, October 2nd, 2008

Templates Background

Templating is one of the major enhancements added to the C++ programming language, extending the capabilities of the original C programming language.  In order to best understand their power, considder the following situation:

(more…)