compiling demo1_1.txt

来自「game programing code」· 文本 代码 · 共 14 行

TXT
14
字号
==========================================
= Focus on 3D Terrain Programming ========
= Compiling Demo1_1 ======================
= Trent Polack (trent@voxelsoft.com) =====
==========================================

Ok, so you wanna compile this demo from "Focus on 3D Terrain Programming, huh?  Well, as long as you are using Microsoft Visual C++, doing this is as easy as one-two-three.

1) Open Microsoft Visual C++ (I used version 6.0 for this demo)
2) Click "File," then navigate your way down to "Open Workspace," and open "demo1_1.dsw."
3) Once the workspace has finished loading, click "Build," and work your way down to "Execute demo1_1.exe."  Or, instead of that, you could just hit ctrl+F5. :)

There ya go, now enjoy the demo, and the rest of the book!

⌨️ 快捷键说明

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