- Modern C++:Efficient and Scalable Application Development
- Richard Grimes Marius Bancila
- 67字
- 2021-06-10 18:27:49
Writing C++
C++ is a very flexible language when it comes to formatting and writing code. It is also a strongly typed language, meaning there are rules about declaring the types of variables, which you can use to your advantage by making the compiler help you write better code. In this section, we will cover how to format C++ code and rules on declaring and scoping variables.