Will yesterday i went to my local libary and checked out a c++ book. It has seven books in one. And i learned some stuff already and i want to share it with you guys.

Cout:
Code:
The word cout means you want to write to the console.
<<:
Code:
The symbols together ( with no space between them) mean the thing that follows is what you want to wirte.
<<:
Code:
After the << symbole, you tell the computer what you want to write. It can either be a string of letters, symbols, and other characters (all inside quotes), or it can be the worf endl;.
~Math~

+:
Code:
Addition ("plus")
-:
Code:
Subtraction ("minus")
*:
Code:
Multiplication ("times")
/:
Code:
Division ("divided by")
+REP!