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

📄 readme.txt

📁 《24小时教会你游戏编程》上的源码
💻 TXT
字号:
Teach Yourself Game Programming in 24 Hours - Examples
======================================================
Microsoft Visual Studio/C++ 2002 (v7.0)


INTRO
===============
Microsoft Visual Studio/C++ 2002 (v7.0) is a graphical suite of development tools that allow you to build Windows applications. Visual Studio solution files are included for each example program and game in the book, and are named Example.sln, where Example is the name of the example. You'll need to open a .sln file in Visual Studio to open and build any of the examples.

TESTING
===============
To test the examples, just go to the appropriate example folder and double-click the .exe file for the example. The examples are already built, so you don't have to build them in order to test them. Have fun!

⌨️ 快捷键说明

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