1 Star 0 Fork 0

number201724/ERebuilder

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
stdafx.h 445 Bytes
一键复制 编辑 原始数据 按行查看 历史
number201724 提交于 2015-07-21 17:43 . initial commit
#ifndef _STDAFX_H_
#define _STDAFX_H_
//#include <winsdkver.h>
#define _WIN32_WINNT 0x602
#include <stdio.h>
#include <tchar.h>
#include <afxwin.h> // MFC core and standard components
#include <afxext.h> // MFC extensions
#include <Windows.h>
#include <WinNT.h>
#include <map>
#include <vector>
#include <list>
#include <hash_map>
#include <string>
using namespace std;
using namespace stdext;
#include "assert.h"
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/number201724/ERebuilder.git
git@gitee.com:number201724/ERebuilder.git
number201724
ERebuilder
ERebuilder
master

搜索帮助