Lesson 1
Getting started with C++
This module introduces you to some basic differences between C and C++ and gives you the skills you need to start writing C++
programs.
You will learn:
You will learn:
- How simple input and output are handled
- How the structure of C and C++ programs differ
- About the use of bool expressions
- How C++ handles strings
- How C++ makes casts safer
- How declarations of enumerated types are handled in C++
- How C++ handles the scope of a declaration
- How to write comments in the single-line style