How to Write a Simple Program in C++ (7 Steps) | eHow
It's common practice that instruction in C++ programming begins with creating a "Hello world" program. This involves printing a "Hello world" message on the text-only terminal interface of Windows systems, also known as the DOS console. This is the simple...