JasonDBurke
Programmer
Ok,
Correct me if i wrong ( and its a strong to quite strong possibility that I am) ... is this an example of a C++ Wrapper Object???? If it isn't please give me an example..
MyClass *MyObject = new MyClass;
somethinghere = MyObject->field1;
so on and so forth...
Thanx,
Jason
Correct me if i wrong ( and its a strong to quite strong possibility that I am) ... is this an example of a C++ Wrapper Object???? If it isn't please give me an example..
MyClass *MyObject = new MyClass;
somethinghere = MyObject->field1;
so on and so forth...
Thanx,
Jason