搜索
热搜: NOIP OIer 神牛
查看: 478|回复: 5

C++头文件合集

[复制链接]

主题

帖子

0

积分

新手上路

Rank: 1

积分
0
发表于 2022-7-27 14:01:54 | 显示全部楼层 |阅读模式
  1. #include<assert.h>    //设定插入点
  2. #include <ctype.h>     //字符处理
  3. #include <errno.h>     //定义错误码
  4. #include <float.h>     //浮点数处理
  5. #include <fstream.h>   //文件输入/输出
  6. #include <iomanip.h>   //参数化输入/输出
  7. #include<iostream.h>   //数据流输入/输出
  8. #include<limits.h>    //定义各种数据类型最值常量
  9. #include<locale.h>    //定义本地化函数
  10. #include <math.h>     //定义数学函数
  11. #include <stdio.h>    //定义输入/输出函数
  12. #include<stdlib.h>    //定义杂项函数及内存分配函数
  13. #include <string.h>    //字符串处理
  14. #include<strstrea.h>   //基于数组的输入/输出
  15. #include<time.h>     //定义关于时间的函数
  16. #include <wchar.h>    //宽字符处理及输入/输出
  17. #include <wctype.h>    //宽字符分类
  18. #include <algorithm>    //STL通用算法
  19. #include <bitset>     //STL位集容器
  20. #include <cctype>
  21. #include <cerrno>
  22. #include <clocale>
  23. #include <cmath>
  24. #include <complex>     //复数类
  25. #include <cstdio>
  26. #include <cstdlib>
  27. #include <cstring>
  28. #include <ctime>
  29. #include <deque>      //STL双端队列容器
  30. #include <exception>    //异常处理类
  31. #include <fstream>
  32. #include <functional>   //STL定义运算函数(代替运算符)
  33. #include <limits>
  34. #include <list>      //STL线性列表容器
  35. #include <map>       //STL 映射容器
  36. #include <iomanip>
  37. #include <ios>      //基本输入/输出支持
  38. #include<iosfwd>     //输入/输出系统使用的前置声明
  39. #include <iostream>
  40. #include <istream>     //基本输入流
  41. #include <ostream>     //基本输出流
  42. #include <queue>      //STL队列容器
  43. #include <set>       //STL 集合容器
  44. #include <sstream>    //基于字符串的流
  45. #include <stack>      //STL堆栈容器    
  46. #include <stdexcept>    //标准异常类
  47. #include <streambuf>   //底层输入/输出支持
  48. #include <string>     //字符串类
  49. #include <utility>     //STL通用模板类
  50. #include <vector>     //STL动态数组容器
  51. #include <cwchar>
  52. #include <cwctype>
  53. #include <complex.h>  //复数处理
  54. #include <fenv.h>    //浮点环境
  55. #include <inttypes.h>  //整数格式转换
  56. #include <stdbool.h>   //布尔环境
  57. #include <stdint.h>   //整型环境
  58. #include <tgmath.h>   //通用类型数学宏
复制代码


回复

使用道具 举报

主题

帖子

0

积分

新手上路

Rank: 1

积分
0
发表于 2022-7-27 14:48:03 | 显示全部楼层
好好上课
回复

使用道具 举报

主题

帖子

0

积分

新手上路

Rank: 1

积分
0
发表于 2022-8-2 07:51:37 | 显示全部楼层
#include<bits/stdc++.h>
回复

使用道具 举报

主题

帖子

0

积分

新手上路

Rank: 1

积分
0
发表于 2023-1-16 10:59:08 | 显示全部楼层
#include<stack>--栈
#include<queue>--队列
回复

使用道具 举报

主题

帖子

0

积分

新手上路

Rank: 1

积分
0
发表于 2023-5-16 20:32:28 | 显示全部楼层

                                                
回复

使用道具 举报

主题

帖子

0

积分

新手上路

Rank: 1

积分
0
发表于 2024-1-23 10:55:35 | 显示全部楼层
礼貌#include <random>:“你吗”
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

津ICP备19006949号-1 | 津公网安备12010102000465号

快速回复 返回顶部 返回列表