|  | The C++ Language TutorialThe C++ Language Tutorial 7 © cplusplus.com 2008. All rights reserved Basics of C++ Structure of a program Probably the best way to start learning a programming language is by writing a program. Therefore, here is our first program: // my first program in www.cplusplus.com |  |