C++头文件总和

前言:不定期更新

Dev C++使用system( )调用cstdlib库

#include <cstdlib>

使用cin,cout

include<iostream>      

使用scanf,printf

#include <cstdio>

使用max,min

#include <algorithm>

使用字符

#include <cstring>
原文地址:https://www.cnblogs.com/zyx-crying/p/9319489.html