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.

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Primitive C++

  • Raymond J. Spiteri,
  • Kyle Klenk

摘要

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.