Primitive C++
摘要
This chapter introduces the basic components of C++ programming, including strong typing for variables and functions, controlling the flow of execution, and reading and writing from standard input and output. As with many things, an effective way to learn can be to cast aside fear of making mistakes and jump right in. We believe this is definitely true when it comes to learning a new programming language: jump in and start writing code.