stdafx.cpp

来自「一个基于VC++开发的网络安全扫描程序!!!能够有效地发现网络安全漏洞」· C++ 代码 · 共 12 行

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

#include "stdafx.h"


CWnd * pMainWindow;//用来接收消息的窗口指针,本程序规模较小,故采用此全局变量保存信息!
bool bPause=false;//用来代表是否扫描暂停
bool bStop=false;
DWORD dwCurrentThreadNo=0;

⌨️ 快捷键说明

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