How to have C++ return the 'type' of a variable or object?thanks freddi1, I'll lookup the terms you suggested... and including a type info member in self des...
How to have C++ return the 'type' of a variable or object?in Visual Basic you can find out the type of a variable with something like... MsgBox TypeName(VARI...
How to change this c++ 'macro' to inline code?Thanks 'TheDestroyer" ! Somehow I got confused on the fact that 'ptr' was in fact 'm_Cnn' The code...
How to change this c++ 'macro' to inline code?How would you convert the macro below to inline code? //macro... #define CATCHERROR(ptr,a) catch...
This user does not accept Private Messages