Why does this report an error
union U
{
CString emplyeeName;
int id;
};
?
Yes, I learnt inschool that union does not allow a constructor to exist inside it , but why ?
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 15 of 18
Thread: unionThreaded View
|
Click Here to Expand Forum to Full Width |