Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

union

1 view
Skip to first unread message

Soldatenkov Mitea

unread,
Apr 25, 2007, 1:44:50 AM4/25/07
to
Hi all!
Как объеденить один элемент с двумя, не прибегая к конструкциям вида
struct A
{
struct B
{
int a;
int b;
};
union
{
B b;
char c;
};
};
?

0 new messages