kawauchik #646(2007/07/12 11:53 GMT) [ C++ ] Rating0/0=0.00
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#include <afxwin.h> #include <afxinet.h> const TCHAR* url = _T("http://ja.doukaku.org/feeds/comments/"); int _tmain() { CInternetSession session(_T("MFC wget")); CHttpFile* pFile = (CHttpFile*)session.OpenURL(url); CString line; while (pFile->ReadString(line)) fwprintf(stdout, _T("%S"), line); return 0; }
Rating0/0=0.00-0+
1 reply [ reply ]
kawauchik
#646()
[
C++
]
Rating0/0=0.00
Rating0/0=0.00-0+
1 reply [ reply ]