首页 > 其他 > 详细

cplusplus标准库

时间:2017-05-21 16:35:38      阅读:319      评论:0      收藏:0      [点我收藏+]
http://www.cplusplus.com/reference/
 
Standard C++ Library reference

C Library

The elements of the C language library are also included as a subset of the C++ Standard library. These cover many aspects, from general utility functions and macros to input/output functions and dynamic memory management functions:

 

Containers

 

Input/Output Stream Library

Provides functionality to use an abstraction called streams specially designed to perform input and output operations on sequences of character, like files or strings.
This functionality is provided through several related classes, as shown in the following relationship map, with the corresponding header file names on top:

技术分享 

Atomics and threading library

 

Miscellaneous headers

cplusplus标准库

原文:http://www.cnblogs.com/Vancamel/p/6885116.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!