copy constructor and templated classHey, Thanks everyone for the replies. I now understand that a proper copy constructor has to be d...
copy constructor and templated classHello everyone, I have a class declaration as follows: [code] template<typename T> class Mat...
Converting froma char* to a const char*Many thanks!
making a global variable accessible in a DLL functionHello, I have a question about how to make an application global variable be accessible from a DL...
Converting froma char* to a const char*Hello all, Can I safely cast from a char* to a const char* like this: const char * destPtr = r...
This user does not accept Private Messages