well, not in detail, but when you say
"new A()",
you have to include the definition of class A, either via a header file or in your .cpp file. So the compiler can find everything it needs to determine the size of class A.
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 10 of 10
Threaded View
|
Click Here to Expand Forum to Full Width |