CyberiaPC.com Main Page




Learning C++

Creating and Executing (running) your First Program

In this lesson, you will create a simple calculator that will add, subtract, multiply and divide.  As with the VB tutorial, this lesson will help you understand everything that goes into creating a complete program.  I think that this is the best way to give you a basic idea about the many different features of C++.  I will be using Microsoft Visual C++ 6 for this lesson.  Here is how the completed program will look:

{Go To Step 1}