在C编程时,有时使用Strut和CUnion。虽然结构被完美地显示,但是结构中的一个联合并不显示它的实际值,尽管正确地显示了组件的命名。
鲍勃
联合国
258.1 K
以上来自于百度翻译
以下为原文
When programming in C we some
times use struct and union. While structures are displayed perfectly, a union within a struct does not show its actual values, although the naming of the components is shown correctly.
Bob