2012年3月26日

win32 http download

摘要: HTTPClient.h#pragma once#ifndef HTTPClient_H_#define HTTPClient_H_#include <string>using namespace std;class HTTPClient{public: HTTPClient(void); ~HTTPClient(void); bool DownloadFile(string serverName,int port,string sourcePath, string fileName, string localDirectory);};#endif HTTPClient.c... 阅读全文

posted @ 2012-03-26 14:49 chuncn 阅读(1749) 评论(0) 推荐(0) 编辑

导航

< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8
点击右上角即可分享
微信分享提示