I also have a followup: What if the struct is anonymous? Can you still initialize then?
Example (made it more complicated by making it part of an anonymous
union):
union
{
uint strLen;
struct
{
char localString[LOCALSTRINGSIZE];
ushort localStrLen;
};
};
Greetings, Ferns.
_______________________________________________
help-gplusplus mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gplusplus
