ofstream outputStream();
outputStream.open(fileName,fstream::out | fstream::app);
outputStream<<"이어붙일내용";
'컴퓨터공학 > C,C++,MFC' 카테고리의 다른 글
C Trim (0) | 2012.09.16 |
---|---|
c++ trim , rtrim , ltrim , upperCase,, lowerCase 구현 (0) | 2012.05.18 |
유니코드 CString 에서 std::string으로 변환하기 (0) | 2012.05.05 |
stringstream 초기화 (0) | 2012.05.04 |
Edit Control 줄바꿈 ( 엔터키) 가능하게 하기 (0) | 2012.05.03 |