class A
{
public:
A(){ //A(0);}
A(int i) { m = i;}
private:
int m;
}
i think it's illegal, but can anyone tell me why?
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 11 of 11
Threaded View
|
Click Here to Expand Forum to Full Width |