为devc++添加万能头文件bits/stdc++.h

本文介绍了如何为DevC++集成环境手动添加万能头文件bits/stdc++.h,以便在C++编程时方便地包含多个标准库头文件,简化代码管理。
摘要由CSDN通过智能技术生成

bits/stdc++.h是一个包含很多头文件的万能头文件,使用bits/stdc++.h可以避免代码头文件过长,可以说非常方便。但是目前devcpp没有包含这个头文件,需要手工添加。
目录如下:
\Dev-Cpp\MinGW64\lib\gcc\x86_64-w64-mingw32\4.9.2\include\c++\bits

在这里插入图片描述
bits/stdc++.h的内容:

// 17.4.1.2 Headers
// C
#ifndef _GLIBCXX_NO_ASSERT
#include <cassert>
#endif
#include <cctype>
#include <cerrno>
#include <cfloat>
#include <ciso646>
#include <climits>
#include <clocale>
#include <cmath>
#include <csetjmp>
#include <csignal>
#include <cstdarg>
#include <cstddef>
  • 10
    点赞
  • 38
    收藏
    觉得还不错? 一键收藏
  • 8
    评论
评论 8
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值