#include <fstream>
using namespace std;
ofstream out("c:\\ou.txt",ios_base::out | ios_base::app);
out << std::endl;
out << "===find call-k and put-k test====" << std::endl;
out.close();
using namespace std;
ofstream out("c:\\ou.txt",ios_base::out | ios_base::app);
out << std::endl;
out << "===find call-k and put-k test====" << std::endl;
out.close();
'Computer > C++' 카테고리의 다른 글
Visual C++에서 name mangling (0) | 2011.07.26 |
---|---|
Visual Studio에 XLL+ 도구 모음 추가 방법 (0) | 2008.08.10 |
C++ 관련 북마크 정리 (0) | 2008.06.05 |
BCB에서 겪는 사소한 문제 해결 방법. (0) | 2008.02.10 |
C++ Builder Developer's Journal에 올라온 GDI+ 관련된 기사 목록 (0) | 2008.02.10 |
ofstream 파일 출력시 stream position 처리 (0) | 2007.06.17 |
Indy 9사용할 때 winsock2.h/winsock.h 에러 발생할 때 (0) | 2006.09.16 |
BCB & Delphi 컴포넌트를 소스 없이 배포하기 (0) | 2005.12.02 |
BCB - System Fonts 목록 Combobox에 출력 (0) | 2005.11.27 |
BCB에 설치된 Indy가 이상하게 동작할 때... (0) | 2005.11.24 |