Console Windows창 Title 바꾸기
Computer/IT/C++ 2006/02/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 Windows창 Title 바꾸기 (0) | 2006/02/14 |
| Console 환경 전용 API 함수 (0) | 2006/02/14 |
| #define, #ifdef, #endif (0) | 2006/02/14 |
| VC++ Error, Warning 목록 (0) | 2006/02/14 |

댓글을 달아 주세요