stdafx.cpp
来自「这是一本学习 window编程的很好的参考教材」· C++ 代码 · 共 26 行
CPP
26 行
//---------------------------------------------------------------------------
//
// stdafx.cpp
//
// SUBSYSTEM: Hook system
//
// MODULE: Hook server
//
// DESCRIPTION: Source file that includes just the standard includes
// HookSrv.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
//
//
// AUTHOR: Ivo Ivanov (ivopi@hotmail.com)
// DATE: 2001 December v1.00
//
//---------------------------------------------------------------------------
#include "stdafx.h"
//----------------------------End of the file -------------------------------
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?