書名: C++ Game Development By Example作者名: Siddharth Shekar本章字數: 91字更新時間: 2021-06-24 14:26:10
C++ Concepts
In this chapter, we will explore the basics of writing a C++ program. Here, we will cover just enough to wrap our heads around what the capabilities of the C++ programming language are. This will be required to understand the code used in this book.
To run the examples, use Visual Studio 2017. You can download the Community version for free at https://visualstudio.microsoft.com/vs/:

The topics covered in this chapter are as follows:
- Program basics
- Variables
- Operators
- Statements
- Iteration
- Functions
- Arrays and pointers
- Struct and Enum
- Classes and inheritance
推薦閱讀
- 零點起飛學Xilinx FPG
- Learning Cocos2d-x Game Development
- 施耐德SoMachine控制器應用及編程指南
- 電腦組裝、維護、維修全能一本通(全彩版)
- 從零開始學51單片機C語言
- Learning Stencyl 3.x Game Development Beginner's Guide
- 計算機組裝與維修技術
- 計算機組裝與維護(第3版)
- Practical Machine Learning with R
- STM32嵌入式技術應用開發全案例實踐
- Machine Learning with Go Quick Start Guide
- 筆記本電腦應用技巧
- Spring Cloud微服務和分布式系統實踐
- FPGA實戰訓練精粹
- Corona SDK Mobile Game Development:Beginner's Guide