2015-12-31から1日間の記事一覧

web上のsjisテキストを読み込むサンプル

bool DownloadSJISText(CString aUrl,long maxsize,std::string& sOut) { const int BUF_LEN=1024; BYTE lpBuff[BUF_LEN]; sOut = ""; // 接続を張って、リモートのファイルにアクセスできるようにする CInternetSession cSec(NULL, 1, INTERNET_OPEN_TYPE_P…