- C++ Fundamentals
- Antonio Mallia Francesco Zoffoli
- 151字
- 2021-06-11 13:35:58
Summary
In this chapter, we saw the basic structure and syntax of the language. We started with an overview of the compilation model, the process of transforming C++ source code into an executable program. We wrote, compiled, and ran our first program, a simple main function that successfully returns an exit/return code.
We described the built-in arithmetic types that the language offers.
We learned how to declare and define variable names, and what the difference is between references and pointers. We also saw the use of the const qualifier and its advantages.
Furthermore, we talked about control flow statements and how to exploit them to perform more complex actions.
Finally, we presented arrays and multidimensional arrays, and the operation to perform to initialize them and access their values. In the next chapter, we will learn what functions in C++ are, and how and why we should use them in our code.
- Mobile Web Performance Optimization
- Java 9 Concurrency Cookbook(Second Edition)
- 我的第一本算法書
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- 深度強化學習算法與實踐:基于PyTorch的實現
- Web程序設計(第二版)
- Serverless架構
- Advanced Express Web Application Development
- Fast Data Processing with Spark(Second Edition)
- Python語言科研繪圖與學術圖表繪制從入門到精通
- Python計算機視覺和自然語言處理
- Practical Predictive Analytics
- Mudbox 2013 Cookbook
- Python物理建模初學者指南(第2版)
- 精益軟件開發管理之道