摘要: #include #include #include #define nullptr NULL// 去除首尾空格int strRemoveSpace(char* distination, char* source){ if (distination == nullptr || source == nullptr) { return -1; } char* p1... 阅读全文
posted @ 2016-06-19 17:22 -刀狂剑痴- 阅读(332) 评论(0) 推荐(0) 编辑
摘要: 框架及测试用例 #include #include #if 0//////////////////////////////////////////////////////////////////////////// 做一个键值对读取的函数,根据key读取value// key = "value"//int getKeybyValue(char* pKeyValude, char* pKey, c... 阅读全文
posted @ 2016-06-19 09:22 -刀狂剑痴- 阅读(296) 评论(0) 推荐(0) 编辑