摘要: 1 #include <iostream> 2 #include <urlmon.h> 3 #pragma comment(lib, "urlmon.lib") 4 #define MAX 4294967295 5 using namespace std; 6 void main() 7 { 8 bool flag=true; 9 unsigned int i;10 LPCSTR szURL[5],szFileName="1.txt";11 szURL[0]="http://d-zq.blog.163.com/" 阅读全文
posted @ 2013-04-11 16:55 浪浪辛 阅读(437) 评论(0) 推荐(0)