[ CnUnix ] in KIDS 글 쓴 이(By): chaos (수리샛별) 날 짜 (Date): 1994년05월23일(월) 22시58분16초 KDT 제 목(Title): [물음] C++에서요... 시간을 알고 싶은데 어떻게 해야하죠? #include<time.h> void main() { struct tm *time; time = ctime(); cout << *(time).tm_min } 이렇게 했더니 ctime에서 에러가 나고 tm_min에서 에러가 나더군요. 도와주세요~~ |