- Expert C++
- Vardan Grigoryan Shunguang Wu
- 115字
- 2021-06-24 16:33:55
Summary
In this chapter, we touched on a few of the many new features of C++20 and are now ready to dive deeper into the language. We discussed the process of building a C++ application and its compilation phases. This includes analyzing the code to detect syntactical and grammatical errors, generating intermediate code to make optimizations, and finally, generating the object file that will be linked together with other generated object files to form the final executable file.
In the next chapter, we will learn about C++ data types, arrays, and pointers. We will also gain an understanding of what pointers are and look at low-level details of conditionals.
推薦閱讀
- Java高手真經(jīng)(高級編程卷):Java Web高級開發(fā)技術(shù)
- The Computer Vision Workshop
- Java持續(xù)交付
- Azure Serverless Computing Cookbook
- Android移動應(yīng)用開發(fā)項目教程
- 數(shù)字媒體技術(shù)概論
- Python計算機視覺與深度學習實戰(zhàn)
- Moodle 3.x Developer's Guide
- 微信公眾平臺開發(fā)最佳實踐
- LabVIEW數(shù)據(jù)采集(第2版)
- C語言從入門到精通(第5版)
- Flask Web開發(fā)實戰(zhàn):入門、進階與原理解析
- Mastering PyCharm
- Java從入門到精通(第7版)
- Hands-On Exploratory Data Analysis with Python