c++ 输出文本

//TCHAR buff[10000]={0}; 

 //int len = strSQL.GetLength();
 //CopyMemory(buff, (LPCTSTR)strSQL, len);
 //buff[len] = 0;

 //std::fstream fs;
 //fs.open("c://123.txt", ios::out);
 //// if (fs) {
 //fs << buff << std::endl;
 //fs.close();
 //// }
 ////::MessageBox(NULL, strSQL, "", MB_OK);

你可能感兴趣的:(ios,C++,c,null)