Say that I do something like this on a Win XP 32bit machine in Visual Studio 03/05:

Code:
MyClass object1 = new MyClass();
MyClass object2 = object1;

how much memory does object2 use? 32bit? Or does it hold RTTI info and more too?


Thanks
- ØØ -