728x90
728x170
*[header][C library] ctime (time.h)
<ctime> (time.h)
C Time Library
Functions
Time manipulation
- clock
- Clock program (function )
- difftime
- Return difference between two times (function )
- mktime
- Convert tm structure to time_t (function )
- time
- Get current time (function )
Conversion
- asctime
- Convert tm structure to string (function )
- ctime
- Convert time_t value to string (function )
- gmtime
- Convert time_t to tm as UTC time (function )
- localtime
- Convert time_t to tm as local time (function )
- strftime
- Format time as string (function )
Macro constants
- CLOCKS_PER_SEC
- Clock ticks per second (macro )
- NULL
- Null pointer (macro )
types
- clock_t
- Clock type (type )
- size_t
- Unsigned integral type (type )
- time_t
- Time type (type )
- struct tm
- Time structure (type )
내용 출처 : http://www.cplusplus.com/reference/ctime/
728x90
그리드형(광고전용)
'Programming > C++' 카테고리의 다른 글
데이터 형식 범위 (0) | 2017.11.08 |
---|---|
[header][C library] cwctype (wctype.h) (0) | 2017.11.08 |
[header][C library] cwchar (wchar.h) (0) | 2017.11.08 |
[header][C library] cuchar (uchar.h) (C++11) (0) | 2017.11.08 |
[header][C library] ctgmath (tgmath.h) (C++11) (0) | 2017.11.08 |
[header][C library] cstring (string.h) (0) | 2017.11.08 |
[header][C library] cstdlib (stdlib.h) (0) | 2017.11.08 |
[header][C library] cstdio (stdio.h) (0) | 2017.11.08 |