- 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.
推薦閱讀
- Dynamics 365 for Finance and Operations Development Cookbook(Fourth Edition)
- JIRA 7 Administration Cookbook(Second Edition)
- Interactive Applications Using Matplotlib
- ASP.NET 3.5程序設(shè)計與項目實踐
- Python貝葉斯分析(第2版)
- Python時間序列預(yù)測
- D3.js 4.x Data Visualization(Third Edition)
- 代碼閱讀
- Greenplum構(gòu)建實時數(shù)據(jù)倉庫實踐
- 快樂編程:青少年思維訓(xùn)練
- C語言從入門到精通(視頻實戰(zhàn)版)
- LabVIEW數(shù)據(jù)采集(第2版)
- Access 2016數(shù)據(jù)庫應(yīng)用與開發(fā):實戰(zhàn)從入門到精通(視頻教學(xué)版)
- 人件集:人性化的軟件開發(fā)
- 狼書(卷2):Node.js Web應(yīng)用開發(fā)