摘要: c指针:http://www.cnblogs.com/lulipro/p/7460206.html libcurl教程 :http://blog.csdn.net/qq_16209077/article/details/51974260?locationNum=1&fps=1 阅读全文
posted @ 2017-11-14 23:30 Malphite 阅读(162) 评论(0) 推荐(0)
摘要: string string对象的定义和初始化 示例代码: #include <string> #include <iostream> using namespace std; void fun(char *str) { cout << str << endl; } int main(void) { 阅读全文
posted @ 2017-11-14 00:00 Malphite 阅读(102) 评论(0) 推荐(0)