浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Reference - C++ Reference

Reference

Reference of the C++ Language Library, with detailed descriptions of its elements and examples on how to use its functions

The standard C++ library is a collection of functions, constants, classes, objects and templates that extends the C++ language providing basic functionality to perform several tasks, like classes to interact with the operating system, data containers, manipulators to operate with them and algorithms commonly needed.



The declarations of the different elements provided by the library are split in several headers that shall be included in the code in order to have access to its components:


algorithmcomplexexceptionliststack
bitsetcsetjmpfstreamlocalestdexcept
cassertcsignalfunctionalmapstrstream
cctypecstdargiomanipmemorystreambuf
cerrnocstddefiosnewstring
cfloatcstdioiosfwdnumerictypeinfo
ciso646cstdlibiostreamostreamutility
climitscstringistreamqueuevalarray
clocalectimeiteratorsetvector
cmathdequelimitssstream



It can be divided into:

posted on 2012-08-10 15:45  lexus  阅读(350)  评论(0)    收藏  举报