08 2017 档案

各种Split功能演示
摘要:#include "stdafx.h" #include <stdio.h>#include <windows.h>#include <string> using namespace std; int SplitCount(const char *src, const char *split);in 阅读全文

posted @ 2017-08-30 10:13 Floki 阅读(339) 评论(0) 推荐(0)

在VS2013下编译json-c库,并简单生成json格式数据
摘要:#include "stdafx.h"#include "json-c/json.h" int _tmain(int argc, _TCHAR* argv[]){ // 正常的json格式 json_object *json = json_object_new_object(); json_obje 阅读全文

posted @ 2017-08-29 23:34 Floki 阅读(1019) 评论(0) 推荐(0)