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 ?