How to write a very simple Hello World Program in C++ .
Meaning of preprocessor directives.
What is the iostream library?
Why does the program have int main?
How to use using namespace std instead of std:: before every command.
What is cout?
What is a string literal?
Dropping to a new line with escape sequence "\n" or endl
What is an insertion operator?