摘要: #include #include #include #include #include "tinyxml.h"#pragma comment(lib, "tinyxml.lib")#pragma comment(lib, "tinyxmlSTL.lib")using namespace std... 阅读全文
posted @ 2013-11-09 15:51 N3verL4nd 阅读(597) 评论(0) 推荐(0)
摘要: #define _CRT_SECURE_NO_WARNINGS#include #include #include #include #include #include #include using namespace std;int main(){ setlocale(LC_CTYPE, "... 阅读全文
posted @ 2013-11-09 15:22 N3verL4nd 阅读(158) 评论(0) 推荐(0)
摘要: 实现快递查询,调用快递100的API,未完成. #include #include #include #include #include #include #include #include #include #include "pugixml.hpp"#pragma comment(lib,... 阅读全文
posted @ 2013-11-09 15:05 N3verL4nd 阅读(390) 评论(0) 推荐(0)
摘要: #include #include #include #include #include #pragma comment(lib,"wininet.lib") using namespace std;CString content;bool getData(LPCTSTR proxy){ CSt... 阅读全文
posted @ 2013-11-09 14:28 N3verL4nd 阅读(375) 评论(0) 推荐(0)
摘要: 1. CInternetSession的简单使用 CInternetSession session; CHttpFile *file = NULL; CString strURL = " http://www.20abcd.com"; CString strHtml = "”; //存放网页... 阅读全文
posted @ 2013-11-09 13:30 N3verL4nd 阅读(355) 评论(0) 推荐(0)