Template copy contructorsYup, looks like this solves my problem.
Template copy contructors*bump* Any suggestions ?
Member Function Initializer - C++I suppose what you expected was a code like this. [code] Increment::Increment( int c, int i ){ ...
Template copy contructors[quote] You need to create a template where A<T,3> could be constructed by a A<T,4> class if I am g...
Template copy contructorsHere is something I am attempting which does not seem to work. [code] template <class T,int N> ...
This user does not accept Private Messages