在C++中,之间有什么区别:
struct Foo { ... };
和
typedef struct { ... } Foo;
c++ struct typedef
c++ ×1
struct ×1
typedef ×1