- C++ Game Development By Example
- Siddharth Shekar
- 137字
- 2021-06-24 14:26:14
Summary
In this chapter, we covered the basics of programming—from what variables are and how to store values in them, to looking at operators and statements, to how to decide when each is required. After that, we looked at iterators and functions, which can be used to make our job simpler and automate the code as much as possible. Arrays and pointers help us to group and store data of a similar type, and with struct and enum we can create custom data types. Finally, we looked at classes and inheritance, which is the crux of using C++ and makes it convenient to define our data types with custom properties.
In the next chapter, we will look at the foundation of graphics programming and explore how 3D and 2D objects are displayed on the screen.
推薦閱讀
- 新媒體跨界交互設計
- Cortex-M3 + μC/OS-II嵌入式系統開發入門與應用
- Istio入門與實戰
- 極簡Spring Cloud實戰
- Deep Learning with PyTorch
- 筆記本電腦維修不是事兒(第2版)
- Arduino BLINK Blueprints
- Source SDK Game Development Essentials
- VMware Workstation:No Experience Necessary
- 圖解計算機組裝與維護
- Hands-On Deep Learning for Images with TensorFlow
- 觸摸屏應用技術從入門到精通
- 嵌入式系統原理及應用:基于ARM Cortex-M4體系結構
- Building Machine Learning Systems with Python
- 主板維修實踐技術