stdafx.cpp

来自「一个完整进行显示和管理的例子」· C++ 代码 · 共 14 行

CPP
14
字号
// stdafx.cpp : source file that includes just the standard includes
//	Adp_Test.pch will be the pre-compiled header
//	stdafx.obj will contain the pre-compiled type information

#include "stdafx.h"
#include <fstream.h> // Accesses filebuf class

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?