- 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.
- INSTANT Mock Testing with PowerMock
- C語言程序設計教程
- 觸·心:DT時代的大數據精準營銷
- 程序員面試白皮書
- Visual Studio 2012 Cookbook
- Interactive Data Visualization with Python
- Python Deep Learning
- 數據結構(Java語言描述)
- 數據結構簡明教程(第2版)微課版
- 基于免疫進化的算法及應用研究
- GeoServer Beginner's Guide(Second Edition)
- Apex Design Patterns
- Tableau 10 Bootcamp
- 微信小程序全棧開發技術與實戰(微課版)
- 用戶體驗可視化指南