- 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.
推薦閱讀
- Puppet 4 Essentials(Second Edition)
- Java語言程序設(shè)計(jì)
- 基于粒計(jì)算模型的圖像處理
- Kali Linux Web Penetration Testing Cookbook
- C# 2012程序設(shè)計(jì)實(shí)踐教程 (清華電腦學(xué)堂)
- Python GUI Programming Cookbook
- Building a Recommendation Engine with Scala
- C語言實(shí)驗(yàn)指導(dǎo)及習(xí)題解析
- The HTML and CSS Workshop
- Python算法從菜鳥到達(dá)人
- Visual C#通用范例開發(fā)金典
- 編寫高質(zhì)量代碼:改善Objective-C程序的61個(gè)建議
- Python全棧開發(fā):基礎(chǔ)入門
- 虛擬現(xiàn)實(shí)建模與編程(SketchUp+OSG開發(fā)技術(shù))
- jQuery Essentials