stdafx.h
资源名称:TextQuery.rar [点击查看]
上传用户:cydzxjc
上传日期:2021-11-14
资源大小:2668k
文件大小:0k
源码类别:
STL
开发平台:
Visual C++
- // stdafx.h : 标准系统包含文件的包含文件,
- // 或是经常使用但不常更改的
- // 特定于项目的包含文件
- //
- #pragma once
- #include "targetver.h"
- #include <stdio.h>
- #include <tchar.h>
- // TODO: 在此处引用程序需要的其他头文件
- //标准库头文件
- #include <algorithm>
- #include <vector>
- #include <utility>
- #include <iostream>
- #include <map>
- #include <set>
- #include <string>
- //标准C++之前的iostream头文件
- #include <fstream>
- //标准C头文件
- #include <stddef.h>
- #include <ctype.h>
- using namespace std;