随笔分类 -  C++

摘要:一.采用libcurl库进行HTTP 通信,采用jsoncpp 进行json生成与解析 二.libcurl编译过程中的问题与解决 无法解析的外部符号 __imp__curl_easy_init WIN7下 一个 error MSB3073 的解决办法 VS2010 c++ 错误的处理方法 关于形如- 阅读全文
posted @ 2017-12-14 14:45 Barrey's 阅读(4081) 评论(0) 推荐(0)
摘要:写了一个获取游戏数据的DEMO: 主要源代码如下: // ConsoleApplication1.cpp : 定义控制台应用程序的入口点。// #include "stdafx.h"#include<iostream>#include<Windows.h>using namespace std; s 阅读全文
posted @ 2017-11-13 15:26 Barrey's 阅读(1680) 评论(0) 推荐(0)