'); }
'); }
CFile로 CStdioFile처럼 간단히 String 을 Write할 수 있다
CFile file(strPath, CFile::modeCreate | CFile::modeWrite);
CArchive ar (&file, CArchive::store);
ar.WriteString("Something Something\r\n");
ar.Close();
file.Close();
'Tech & IT > 프로그래밍' 카테고리의 다른 글
String관련 safe함수(_s) 이용하기 (strncpy_s, sscanf_s, _snprintf) (0) | 2010.12.01 |
---|---|
Unicode관련함수 (0) | 2010.11.05 |
String에 대해 엄청 잘 나와있음 (0) | 2010.09.15 |
VC++ 프로파일링(profiling) (0) | 2010.08.17 |
VC++ 2008에서 command line build하기 (0) | 2010.07.20 |