- 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.
推薦閱讀
- 大學計算機基礎(第三版)
- Scala Design Patterns
- Python從入門到精通(精粹版)
- Scratch 3.0少兒編程與邏輯思維訓練
- MySQL數據庫基礎實例教程(微課版)
- 琢石成器:Windows環境下32位匯編語言程序設計
- C語言程序設計
- UVM實戰
- 從零開始學C語言
- UNIX Linux程序設計教程
- Learning JavaScript Data Structures and Algorithms(Second Edition)
- 深度實踐KVM:核心技術、管理運維、性能優化與項目實施
- Machine Learning for OpenCV
- Professional JavaScript
- Java程序設計入門(第2版)