请问do_do大师,以下的英文是您的原话吗,还是从哪里摘抄的?说得很透彻呀!

In C "struct" definition does not define a new type name. You have to use "typedef" to define a new type name otherwise you have to use the keyword "struct" along with your structure name to tell the type. In C++, this restriction is removed.
[242 byte] By [hhdehh-默蛇] at [2007-12-16]
# 1
struct定義結構體類型,typedef重定義類型名,呵.
abbrdr-毛毛雨 at 2007-10-26 > top of Msdn China Tech,C/C++,C语言...