Hi,
Will the compiler provide a default constructor in the following code:
Many thanksCode:class C { private: int n; char *p; }; void f() { C obj; }
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 9 of 9
Thread: Default constructorThreaded View
|
Click Here to Expand Forum to Full Width |