- 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.
推薦閱讀
- 計算機網(wǎng)絡(luò)
- LabVIEW2018中文版 虛擬儀器程序設(shè)計自學(xué)手冊
- Python for Secret Agents:Volume II
- NLTK基礎(chǔ)教程:用NLTK和Python庫構(gòu)建機器學(xué)習(xí)應(yīng)用
- Django Design Patterns and Best Practices
- 大學(xué)計算機基礎(chǔ)(第2版)(微課版)
- Java程序設(shè)計:原理與范例
- Python深度學(xué)習(xí):基于TensorFlow
- Multithreading in C# 5.0 Cookbook
- Xcode 6 Essentials
- Secret Recipes of the Python Ninja
- Drupal 8 Development Cookbook(Second Edition)
- 從零開始學(xué)UI設(shè)計·基礎(chǔ)篇
- Swift編程實戰(zhàn):iOS應(yīng)用開發(fā)實例及完整解決方案
- Java王者歸來:從入門邁向高手