вторник, 8 июля 2014 г.

CStdioFile log

CString strText = "First line followed by\nthe second line";
CStdioFile file;
if(file.Open("test.txt"), CFile::modeCreate|CFile::moreWrite)
{
  file.WriteString(strText);
}

Комментариев нет:

Отправить комментарий