- Expert C++
- Vardan Grigoryan Shunguang Wu
- 153字
- 2021-06-24 16:33:59
Summary
In this chapter, we introduced the details of program execution. We discussed functions and the main() function with some of its special properties. We found out how the recursion works and that the main() function cannot be called recursively.
As C++ is one of the few high-level languages that supports low-level programming concepts such as accessing memory bytes by their address, we studied how data resides in the memory and how can we incorporate pointers in accessing that data. Understanding these details is a must for a professional C++ programmer.
Lastly, we touched on the topic of conditionals and loops from the perspective of an assembly language. Throughout the chapter, we introduced C++20 features.
In the next chapter, we will learn more about object-oriented programming (OOP), including the inner details of the language object model. We will dive into the details of virtual functions and see how to use polymorphism.
- Boost.Asio C++ Network Programming(Second Edition)
- GitLab Cookbook
- 程序員面試白皮書(shū)
- Mastering Zabbix(Second Edition)
- 自己動(dòng)手寫(xiě)搜索引擎
- Mastering PHP Design Patterns
- Python神經(jīng)網(wǎng)絡(luò)項(xiàng)目實(shí)戰(zhàn)
- Java:High-Performance Apps with Java 9
- 程序設(shè)計(jì)基礎(chǔ)教程:C語(yǔ)言
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- Go語(yǔ)言從入門(mén)到精通
- 邊玩邊學(xué)Scratch3.0少兒趣味編程
- ASP.NET開(kāi)發(fā)寶典
- 安卓工程師教你玩轉(zhuǎn)Android
- VMware vSphere 5.5 Cookbook