C++
, C++ , -, , - . , . : -, C++, C++, , , C++. .
- , . -, , . . - , . , 89 1995 (Amendment 1).
ꠠ |
|
<assert.h> |
assert() |
<ctype.h> |
|
<errno.h> |
|
<float.h> |
, |
<iso646.h> |
, , && ^. 1995 ( 1) |
<limits.h> |
, |
<locale.h> |
setlocale() |
<math.h> |
, math |
<setjmp.h> |
|
<signal.h> |
|
<stdarg.h> |
|
<stddef.h> |
|
|
- |
<stdlib.h> |
|
<string.h> |
|
<time.h> |
|
<wctype.h> |
. 1995 ( 1) |
<wchar.h> |
. 1995 ( 1) |
, 99.
|
|
<complex.h> |
|
<fenv.h> |
() |
<inttypes.h> |
; , |
<stdbool.h> |
; bool, C++ |
<stdint.h> |
. <inttypes.h> |
<tgmath.h> |
. <inttypes.h> |
C++ , .h (.. C++ ). , , (.. , ). ++- . STL (Standard Template Library).
C++ |
|
<algorithm> |
(STL) |
<bitset> |
(STL) |
<complex> |
|
<deque> |
(STL) |
<exception> |
|
<fstrearn> |
|
<functional> |
- (STL) |
<iomanip> |
- |
<ios> |
- |
<iosfwd> |
- |
<iostream> |
- |
<istream> |
|
<iterator> |
(STL) |
<limits> |
|
<list> |
(STL) |
<locale> |
, |
<map> |
( ) (STL) |
<memory> |
(STL) |
<new> |
new |
<numeri> |
|
<ostream> |
|
<queue> |
(STL) |
<set> |
(STL) |
<sstream> |
|
<stack> |
(SLT) |
<stdexcept> |
|
<streambuf> |
|
<string> |
string (STL) |
<typeinfo> |
|
<utility> |
(STL) |
<valarray> |
, |
<vector> |
( ) (STL) |
C++ , -.
<cassert> |
<cctype> |
<cerrno> |
<cfloat> |
<ciso646> |
<climits> |
<clocale> |
<cmath> |
<csetjmp> |
<csignal> |
<cstdarg> |
<cstddef> |
<cstdio> |
<cstdlib> |
<cstring> |
<ctime> |
<cwchar> |
<cwctype> |
C++ , , std. , using.
using namespace std;
, , std::, std::cout. .
C++, , ++- namespace. . , .h, -. , <iostream> .
#include <iostream.h>
, , , std. , using
|