검색결과 리스트
글
Window GetTickCount 처럼...
{
struct timeval gettick;
unsigned int tick;
int ret;
gettimeofday(&gettick, NULL);
tick = gettick.tv_sec*1000 + gettick.tv_usec/1000;
return tick;
}
'Linux > C/C++' 카테고리의 다른 글
파일 유무 확인 (0) | 2012.07.10 |
---|---|
linux와 Windows의 파일 정보 접근 (0) | 2012.07.10 |
유닉스에서 디렉토리 다루기 (0) | 2012.07.10 |
Configuration module to update in a file (0) | 2012.07.02 |
Comparing floating point numbers (0) | 2012.06.18 |
RECENT COMMENT