摘要: C++序列化:hello.cpp 中代码: 1 #include <cppcms/json.h> 2 #include <iostream> 3 4 using namespace std; 5 6 class response { 7 public: 8 //0 is ok 9 //other values are wrong 10 int status; 11 string message; 12 }; 13 namespace cppcms { 14 namesp... 阅读全文
posted @ 2012-03-21 15:18 雨中枫叶 阅读(8462) 评论(0) 推荐(0) 编辑