C和C++的区别细节

1. 结构体的声明

    struct A{...};   

    C:  struct A a;      C++:  A a;

    

posted @ 2011-12-08 16:25  shiney  阅读(157)  评论(0编辑  收藏  举报