|
C & C++ FAQ
|
| C++ | Cライブラリ用ヘッダ<c****>と<****.h>の違いは何ですか。 |
| <assert.h> | <cassert> |
| <ctype.h> | <cctype> |
| <errno.h> | <cerrno> |
| <float.h> | <cfloat> |
| <iso646.h> | <ciso646> |
| <limits.h> | <climits> |
| <locale.h> | <clocale> |
| <math.h> | <cmath> |
| <setjmp.h> | <csetjmp> |
| <signal.h> | <csignal> |
| <stdarg.h> | <cstdarg> |
| <stddef.h> | <cstddef> |
| <stdio.h> | <cstdio> |
| <stdlib.h> | <cstdlib> |
| <string.h> | <cstring> |
| <time.h> | <ctime> |
| <wchar.h> | <cwchar> |
| <wctype.h> | <cwctype> |
| 標準C++ | Annex D | D.5 Standard C library headers |