Giter Site home page Giter Site logo

hackerlank / cplusplus.com Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chrisniael/cplusplus.com

0.0 2.0 0.0 126 KB

翻译C++参考手册 (http://cplusplus.com)

Home Page: http://chrisniael.gitbooks.io/cplusplus/content/

License: GNU General Public License v2.0

cplusplus.com's Introduction

参考手册

标准 C++ 库参考手册

[C 库](C library/README.md)

这些 C 语言库的头文件是 C++ 标准库的子集,涵盖了很多方面,包括通用工具库、输入/输出函数的宏和动态内存管理的函数。

头文件 描述
[<cassert> (assert.h)](C library/cassert/README.md) C 诊断库 (头文件)
[<cctype> (ctype.h)](C library/cctype/README.md) 字符处理函数 (头文件)
[<cerrno> (errno.h)](C library/cerrno/README.md) C 错误 (头文件)
[<cfenv> (fenv.h)](C library/cfenv/README.md) 浮点环境 (头文件)
[<cfloat> (float.h)](C library/cfloat/README.md) 浮点类型特性 (头文件)
[<cinttypes> (inttypes.h)](C library/cinttypes/README.md) C 整数类型 (头文件)
[<ciso646> (iso646.h)](C library/ciso646/README.md) ISO 646 可选操作符拼写 (头文件)
[<climits> (limits.h)](C library/climits/README.md) 整数类型的大小 (头文件)
[<clocale> (locale.h)](C library/clocale/README.md) C 本地化库 (头文件)
[<cmath> (math.h)](C library/cmath/README.md) C 数学库 (头文件)
[<csetjmp> (setjmp.h)](C library/csetjmp/README.md) 非局部跳转 (头文件)
[<csignal> (signal.h)](C library/csignal/README.md) 处理信号的 C 库 (头文件)
[<cstdarg> (stdarg.h)](C library/cstdarg/README.md) 可变数量参数处理 (头文件)
[<cstdbool> (stdbol.h)](C library/cstdbool/README.md) 布尔类型 (头文件)
[<cstddef> (stddef.h)](C library/cstddef/README.md) C 标准定义 (头文件)
[<cstdint> (stdint.h)](C library/cstdint/README.md) 整数类型 (头文件)
[<cstdio> (stdio.h)](C library/cstdio/README.md) 操作输入/输出的 C 库 (头文件)
[<cstdlib> (stdlib.h)](C library/cstdlib/README.md) C 标准通用工具库 (头文件)
[<cstring> (string.h)](C library/cstring/README.md) C 字符串 (头文件)
[<ctgmath> (tgmath.h)](C library/ctgmath/README.md) 类型泛化的数学 (头文件)
[<ctime> (time.h)](C library/ctime/README.md) C 时间库 (头文件)
[<cuchar> (uchar.h)](C library/cuchar/README.md) Unicode 字符 (头文件)
[<cwchar> (wchar.h)](C library/cwchar/README.md) 宽字符 (头文件)
[<cwctype> (wctype.h)](C library/cwctype/README.md) 宽字符类型 (头文件)
头文件 描述
<array> Array (头文件)
<bitset> Bitset (头文件)
<deque> Deque (头文件)
<forward_list> Forward list (头文件)
<list> List (头文件)
<map> Map (头文件)
<queue> Queue (头文件)
<set> Set (头文件)
<stack> Stack (头文件)
<unordered_map> Unordered map (头文件)
<unordered_set> Unordered set (头文件)
<vector> Vector (头文件)

[输入/输出流库](Input && Output/README.md)

使用 这种抽象概念,来执行像文件和字符串这样的序列字符的输入输出操作。

在下面的关系图上,展示了这个功能涉及的多个相关联的类以及对应的头文件名字。

images

头文件 描述
<atomic> Atomic (头文件)
<condition_variable> Condition variable (头文件)
<future> Future (头文件)
<mutex> Mutex (头文件)
<thread> Thread (头文件)
头文件 描述
<algorithm> 标准模板库 : 算法 ()
<chrono> 时间库 (头文件)
<codecvt> Unicode 转化方面 (头文件)
<complex> 复数库 (头文件)
<exception> 标准异常 (头文件)
<functional> 函数对象 (头文件)
<initializer_list> 初始化列表 (头文件)
<iterator> 迭代器定义 (头文件)
<limits> 数值范围 (头文件)
<locale> 本地化库 (头文件)
<memory> 内存元件 (头文件)
<new> 动态内存 (头文件)
<numeric> 泛型的数值操作 (头文件)
<random> 随机 (头文件)
<ratio> 比例头文件 (头文件)
<regex> 正则表达式 (头文件)
<stdexcept> 异常类 (头文件)
<string> 字符串 (头文件)
<system_error> 系统错误 (头文件)
<tuple> Tuple 库 (头文件)
<typeindex> 类型索引 (头文件)
<typeinfo> 类型信息 (头文件)
<type_traits> type_traits (头文件)
<utility> 工具组件 (头文件)
<valarray> 数值数组库 (头文件)

cplusplus.com's People

Contributors

chrisniael avatar

Watchers

James Cloos avatar team avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.