这是全部头文件了吗
2023-07-23 08:55:22
发布于:河北
按类别划分的头文件
算法 <algorithm>, <cstdlib>, <numeric>
原子操作 <atomic>11
C 库包装器 <cassert>、<ccomplex>11 a b、<cctype>、<cerrno>、<cfenv>11、<cfloat>、<cinttypes>11、<ciso646>b、<climits>、<clocale>、<cmath>、<csetjmp>、<csignal>、<cstdalign>11 a b、<cstdarg>、<cstdbool>11 a b、<cstddef>、<cstdint>11、<cstdio>、<cstdlib>、<cstring>、<ctgmath>11 a b、<ctime>、<cuchar>11、<cwchar>、<cwctype>
概念 <concepts>20
序列容器 <array>11、<deque>、<forward_list>11、<list>、<vector>
有序的关联容器 <map>, <set>
无序的关联容器 <unordered_map>11、<unordered_set>11
容器适配器 <queue>, <stack>
容器视图 <span>20
错误和异常处理 <cassert>、<exception>、<stdexcept>、<system_error>11
常规实用工具 <any>17、<bit>20、<bitset>、<cstdlib>、<execution>17、<functional>、<memory>、<memory_resource>17、<optional>17、<ratio>11、<scoped_allocator>11、<tuple>11、<type_traits>11、<typeindex>11、<utility>、<variant>17
I/O 和格式设置 <cinttypes>11、<cstdio>、<filesystem>17、<fstream>、<iomanip>、<ios>、<iosfwd>、<iostream>、<istream>、<ostream>、<sstream>、<streambuf>、<strstream>c、<syncstream>20
迭代器 <iterator>
语言支持 <cfloat>、<climits>、<codecvt>11 a、<compare>20、<contract>20、<coroutine>20、<csetjmp>、<csignal>、<cstdarg>、<cstddef>、<cstdint>11、<cstdlib>、<exception>、<initializer_list>11、<limits>、<new>、<typeinfo>、<version>20
本地化 <clocale>、<codecvt>11 a、<cvt/wbuffer>、<cvt/wstring>、<locale>
数学和数字 <bit>20、<cfenv>11、<cmath>、<complex>、<cstdlib>、<limits>、<numeric>、<random>11、<ratio>11、<valarray>
内存管理 <allocators>、<memory>、<memory_resource>17、<new>、<scoped_allocator>11
多线程处理 <atomic>11、<condition_variable>11、<future>11、<mutex>11、<shared_mutex>14、<thread>11
范围 <ranges>20
正则表达式 <regex>11
字符串和字符数据 <charconv>17、<cctype>、<cstdlib>、<cstring>、<cuchar>11、<cwchar>、<cwctype>、<regex>11、<string>、<string_view>17
时间 <chrono>11、<ctime>
11 在 C11 标准中添加。
14 在 C14 标准中添加。
17 在 C17 标准中添加。
20 在草案 C20 标准中添加。
a 在 C17 标准中已弃用。
b 在草案 C20 标准中已删除。
c 在 C++98 标准中已弃用。
全部评论 3
<bits/stdc++.h>
2023-07-23 来自 广东
3谢谢,没注意
2023-07-25 来自 河北
0
最后一个问题,你还在那吗?
2023-07-28 来自 黑龙江
0我不在啊,后面就走了。
2023-10-05 来自 北京
0改个头像吧兄台
2023-10-05 来自 北京
0额,兄弟,你给我找一个啊?
2023-10-17 来自 河北
0
从哪里找来的?还有,那个你能吧c++的编译器的那个格式化选项给我看看吗?回家之后我就忘了咋设了
你就发个讨论吧那个图片发上就行2023-07-28 来自 黑龙江
0那个嘛,我好像也忘了……
2023-10-05 来自 北京
0ctrl+shift+a,Astyle点第二个,括号风格Allman,tab缩进,长度为四。
2023-10-05 来自 北京
0因该就这些
2023-10-05 来自 北京
0
有帮助,赞一个