- C++ Fundamentals
- Antonio Mallia Francesco Zoffoli
- 69字
- 2021-06-11 13:35:56
Chapter 1
Getting Started
Lesson Objectives
By the end of this chapter, you will be able:
- Explain the C++ compilation model
- Execute the main() function
- Illustrate the declaration and definition of variables
- Determine built-in arithmetic types, references, and pointers
- Explain the scope of a variable
- Use control flow statements
- Define and utilize arrays
In this chapter, you will learn about the usage of variables and control flow statements to create more robust programs.
推薦閱讀
- Mastering OpenLayers 3
- Vue.js 2 and Bootstrap 4 Web Development
- JMeter 性能測試實(shí)戰(zhàn)(第2版)
- 編寫整潔的Python代碼(第2版)
- C#程序設(shè)計(慕課版)
- Mastering Rust
- 重學(xué)Java設(shè)計模式
- Learning Data Mining with R
- 小學(xué)生C++創(chuàng)意編程(視頻教學(xué)版)
- Keras深度學(xué)習(xí)實(shí)戰(zhàn)
- LabVIEW虛擬儀器入門與測控應(yīng)用100例
- Developing SSRS Reports for Dynamics AX
- Mastering Bootstrap 4
- Android初級應(yīng)用開發(fā)
- 流暢的Python