stdafx.cpp

来自「Viaual C++实战演练一书的源代码,对于C++程序员有实际的借鉴意义.」· C++ 代码 · 共 11 行

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

#include "stdafx.h"

char* InternetAddress[5] = {"127.0.0.1", "127.0.0.1", "127.0.0.1", "127.0.0.1", "127.0.0.1"};
long  InterNetUdpPort[5] = {2001, 3001, 4001, 5001, 6001};


⌨️ 快捷键说明

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