nested class in template classI found the answer, it should be: [code]template<typename T> class A { class B {}; B ...
nested class in template classThx for answer, but it's not about visibility. If I write it without template : [code]class A {...
nested class in template classHi, Can somebody help me, that what's the problame with that code? [code]template <typename T>...
copy constructor problameThank for the answers, now it's clear for me. :)
copy constructor problameHi, I don't understand what is wrong with my code: [code] class foo { public: foo(...
This user does not accept Private Messages