#include <windows.h>헤더 사용
Sleep(1000);
1초 슬립
Sleep(1000);
1초 슬립
'Development > C/C++' 카테고리의 다른 글
[시스템 함수 정리] (0) | 2011.11.30 |
---|---|
[Mutex Thread 동기화 예제] (0) | 2011.11.30 |
[thread에서 _beginthreadex의 void *arglist로 스레드에 여러 인수 넘겨주는 방법] (0) | 2011.11.23 |
[CreateThread(), _beginthread(), _beginthreadex()의 차이] (0) | 2011.11.22 |
[select FD_SET FD_Zero FD_Clr FD_IsSet] (0) | 2011.11.22 |