void clrscr(void)
{
COORD Cur= {0,0 };
unsigned long dwLen;
{
COORD Cur= {0,0 };
unsigned long dwLen;
FillConsoleOutputCharacter( GetStdHandle( STD_OUTPUT_HANDLE ), ' ' , 80*25, Cur, &dwLen );
'[ Programing ] > C++' 카테고리의 다른 글
Console 환경 전용 API 함수 (0) | 2010.01.29 |
---|---|
Visual C++ Console에서 TurboC gotoxy구현 (0) | 2010.01.29 |
Console Windows창 Title 바꾸기 (0) | 2010.01.29 |
[기초] file 읽기 / 쓰기 (0) | 2010.01.28 |
메모리 침범에 대해... (0) | 2009.12.30 |