2015年3月31日

google protobuf 使用示例

摘要: 1 定义.proto接口文件package tutorial;message Person { required string name = 1; required int32 id = 2; //unique ID number for this person optional ... 阅读全文

posted @ 2015-03-31 16:48 雨渐渐 阅读(4110) 评论(0) 推荐(0) 编辑

c++ 虚方法

摘要: #include #include using namespace std;class Pet{public: Pet(string theName); void eat(); void sleep(); virtual void play();protected: s... 阅读全文

posted @ 2015-03-31 13:15 雨渐渐 阅读(260) 评论(0) 推荐(0) 编辑

导航