- 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.
推薦閱讀
- Augmented Reality with Kinect
- Python GUI Programming:A Complete Reference Guide
- Manage Partitions with GParted How-to
- 平衡掌控者:游戲數值經濟設計
- Apple Motion 5 Cookbook
- Managing Data and Media in Microsoft Silverlight 4:A mashup of chapters from Packt's bestselling Silverlight books
- 數字媒體專業英語(第2版)
- Hands-On Motion Graphics with Adobe After Effects CC
- FreeSWITCH Cookbook
- IP網絡視頻傳輸:技術、標準和應用
- 計算機組裝、維護與維修項目教程
- Zabbix 4 Network Monitoring
- 現代多媒體技術及應用
- 快·易·通:2天學會電腦組裝·系統安裝·日常維護與故障排除
- Exceptional C++:47個C++工程難題、編程問題和解決方案(中文版)