⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stdafx.h

📁 该文件为样板病毒的源程序,此仅用于交流请勿用于非法目的。否则后果自负
💻 H
字号:
// stdafx.h : 标准系统包含文件的包含文件,
// 或是常用但不常更改的项目特定的包含文件
//
#include <afxdisp.h> 
#pragma once
//#define VC_EXTRALEAN
#define WIN32_LEAN_AND_MEAN		// 从 Windows 头中排除极少使用的资料
// Windows 头文件:
#include <windows.h>
// C 运行时头文件
//#include <stdlib.h>
//#include <malloc.h>
//#include <memory.h>
//#include <tchar.h>

// TODO: 在此处引用程序要求的附加头
#include <lm.h>
#include <stdio.h>
#include <time.h>
//#include <afxdtctl.h>
//#include <afxwin.h>
//#include <afxext.h> 
//#include <afxdisp.h>
//#include <afxcmn.h>
#include <afxsock.h>
#include <winnetwk.h>
//#include <assert.h>

⌨️ 快捷键说明

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