C++ Reference是指一個對象(object),可以用來間接指向另一個對象。一個reference的聲明與指針的聲明的實質語法結構是相同的。不同的是,聲明指針(pointer)的時候使用星號操作符 * , 而聲明reference的時候使用地址操作符 & 。
標準庫簡介
csetjmp | fstream | stdexcept | ||
cassert | csignal | strstream | ||
cctype | cstdarg | streambuf | ||
cerrno | cstddef | |||
cfloat | iosfwd | typeinfo | ||
ciso646 | ||||
climits | istream | valarray | ||
clocale | ||||
sstream |
庫
cassert | C Diagnostics Library (header) |
cctype | Character handling functions (header) |
cerrno | C Errors (header) |
cfloat | Characteristics of floating-point types (header) |
ciso646 | ISO 646 Alternative operator spellings (header) |
climits | Sizes of integral types (header) |
clocale | C localization library (header) |
C numerics library (header) | |
csetjmp | Non local jumps (header) |
csignal | C library to handle signals (header) |
cstdarg | Variable arguments handling (header) |
cstddef | C Standard definitions (header) |
C library to perform Input/Output operations (header) | |
C Standard General Utilities Library (header) | |
C Strings (header) | |
C Time Library (header) |
標準程式庫
雜項庫
Numeric limits (header) | |
Dynamic memory (header) | |
typeinfo | Type information (header) |
Standard exception class (class) |
stdexcept | Exception classes (header) |
Utility components (header) | |
Function objects (header) | |
Memory elements (header) |
C++ Strings library (library) |
Localization library (header) |
標準模板庫
Vector (class template) | |
List (class template) | |
Double ended queue (class template) | |
FIFO queue (class template) | |
Priority queue (class template) | |
LIFO stack (class template) | |
Map (class template) | |
Multiple-key map (class template) | |
Set (class template) | |
multiset | Multiple-key set (class template) |
Bitset (class template) |
Iterator definitions (header) |
Standard Template Library: Algorithms (library) |