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 help-gplusplus@gnu.org http://lists.gnu.org/mailman/listinfo/help-gplusplus