Console Windows창 Title 바꾸기
Computer_IT/C++2006. 2. 14. 22:59
반응형
[CODE type="c"]
#include < windows.h >
void main()
{
SetConsoleTitle("ConsoleProgram"); // Console창의 Title 명을 바꾼다.
}
[/HTML][/CODE]
반응형
'Computer_IT > C++' 카테고리의 다른 글
Compiler ... (0) | 2006.02.14 |
---|---|
확장열(Escape Sequence) 표기 (0) | 2006.02.14 |
Console 환경 전용 API 함수 (0) | 2006.02.14 |
#define, #ifdef, #endif (0) | 2006.02.14 |
VC++ Error, Warning 목록 (0) | 2006.02.14 |