- 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.
推薦閱讀
- Applied Unsupervised Learning with R
- 電腦組裝與維修從入門到精通(第2版)
- Getting Started with Qt 5
- Manage Partitions with GParted How-to
- 單片機原理及應用系統設計
- Mastering Manga Studio 5
- Large Scale Machine Learning with Python
- OpenGL Game Development By Example
- 基于Proteus仿真的51單片機應用
- Source SDK Game Development Essentials
- Internet of Things Projects with ESP32
- Python Machine Learning Blueprints
- Spring Security 3.x Cookbook
- Istio實戰指南
- The Applied Artificial Intelligence Workshop