Dynamic allocation of templatesOk, after playing around I've discovered the error is due to declaring an array of the template clas...
Dynamic allocation of templatesInterestingly, the program works fine in debugging mode.
Dynamic allocation of templatesAnd besides, if m_n wasn't initialised then [code]T* row1 = new T[m_n]; [/code] would fail.
Dynamic allocation of templatesYes, I've only included the class declaration and function definition otherwise there'd be lots more...
Dynamic allocation of templatesHi, I'm having some problem with dynamic allocation of templates. My code contains a template cla...
This user does not accept Private Messages