Section 1.2 Introduction
This book assumes that you are already familiar with the Python programming language because Python will be the starting point for our journey into C++. We will begin by looking at a very simple C++ program to see how the C++ language looks, and we will discuss how we get a C++ program to run.
1
http://www.python.org
Next, we will look at the primary constructs that are common to nearly all programming languages:
Using code libraries Documenting with comments The main function Writing output to the screen Reading input from the keyboard Data types and operators Conditionals Loops
Once we have the basics of C++ behind us we will move on to look at the additonal useful features of C++ including:
Please note that this book is a work in progress. Updates and new versions are likely to be forthcoming.
You have attempted 1 of 1 activities on this page.