首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > .NET >

请教C++的 union struct 应该如何理解

2012-05-20 
请问C++的 union struct 应该怎么理解?C/C++ codestruct _zend_class_entry {.....union {struct {const c

请问C++的 union struct 应该怎么理解?

C/C++ code
struct _zend_class_entry {.....    union {        struct {            const char *filename;            zend_uint line_start;            zend_uint line_end;            const char *doc_comment;            zend_uint doc_comment_len;        } user;        struct {            const struct _zend_function_entry *builtin_functions;            struct _zend_module_entry *module;        } internal;    } info;


请问这个结构应该怎么理解和翻译成delphi的

[解决办法]
case

热点排行