2013年9月13日
摘要: class Result_to_user {public: string s_value[10]; int int_value[10]; static int member_count; static int isString[20];} ; int Result_to_user::member_count=0; int Result_to_user::isString[20];#define CMP_RESULT_TO_USER(i) bool cmp_result_to_user_string_##i (const Result_to_user&v1,co... 阅读全文
posted @ 2013-09-13 22:30 宇睿 阅读(222) 评论(0) 推荐(0) 编辑