please answer me this question:
how is the memory allocated for this:
class A
{
int a;
int b;
float c;
void finc();
virtual func1();
}
A *ptr = new A
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 2 of 2
Thread: MEMORY ALLOCATIONThreaded View
|
Click Here to Expand Forum to Full Width |