摘要:
#include #include #include #include #include using namespace std; #pragma comment(lib, "wininet.lib") //下载 #define DOWNHELPER_AGENTNAME "MyAppByMulinB" #def... 阅读全文
摘要:
//HTTP GET 下载文件 CInternetSession *pInetSession = new CInternetSession(AfxGetAppName(),1,PRE_CONFIG_INTERNET_ACCESS); CHttpConnection *pHttpConn = NULL; CHttpFile *pHttpFile = NULL; CString strUrl... 阅读全文