C++程序中应增加STL、运算和字符串的头文件

时间:2023-03-09 16:20:27
C++程序中应增加STL、运算和字符串的头文件
#include <complex>		//模板类complex的标准头文件
#include <valarray> //模板类valarray的标准头文件
#include <math.h> //数学头文件
#include <iostream> //模板类输入输出流标准头文件
#include <map>
#include <list>
#include <set>
#include <vector>
#include <map>
#include <CString>
#include <afxTempl.h>
#include <float.h>
#include <algorithm>
#include <afxdisp.h>
using namespace std;