For example: struct { int a; union { int b; float c; }; int d; } foo;. In this example, you are able to access members of the unnamed union with code like ...
確定! 回上一頁