请问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.