- Hands-On C++ Game Animation Programming
- Gabor Szauer
- 144字
- 2021-06-30 14:45:46
Creating an empty project
Throughout this book, you will be creating code from scratch as much as possible. Because of this, there will be very few external dependencies. To get started, follow these steps to create a new blank C++ project in Visual Studio:
- Open Visual Studio and create a new project by going to File|New|Project:
Figure 1.1: Creating a new Visual Studio project
- You will see your project templates on the left-hand side of the window that pops up. Navigate to Installed|Visual C++|Other. Then, select Empty Project:
Figure 1.2: Creating an empty C++ project
- Enter a project name and select a project location. Finally, click Create.

Figure 1.3: Specifying a new project name
If you have followed the preceding steps, you should have a new blank project. Throughout the rest of this chapter, you will add an application framework and an OpenGL-enabled window.
推薦閱讀
- 大學計算機基礎(第二版)
- vSphere High Performance Cookbook
- Django Design Patterns and Best Practices
- 網店設計看這本就夠了
- 概率成形編碼調制技術理論及應用
- JavaScript 程序設計案例教程
- Modular Programming in Java 9
- TradeStation交易應用實踐:量化方法構建贏家策略(原書第2版)
- SharePoint Development with the SharePoint Framework
- 微信小程序入門指南
- Linux:Embedded Development
- Scala Reactive Programming
- Yii Project Blueprints
- Data Manipulation with R(Second Edition)
- Internet of Things with Arduino Cookbook