How to use Microsoft Visual C++

In order to type our program source code, we should do as follows:

  1. Click on start button
  2. Select program
  3. Select Microsoft Visual Studio 6.0
  4. Select Microsoft Visual C++ 6.0
  5. Click on File button and select New
  6. Select Win 32 Console Application
  7. Type the project name on the right top of the screen
  8. Click OK and then click onFinish and again click onOK
  9. Click on File again and select New
  10. Select C++ Source File
  11. Type program name in the file name space and click OK
  12. Now we can type our program

If you have any compile error, you can go to microsoft Web site and search for your error code.

To learn about program life cycle developement, you can go to program life cycle.

back to home page
Hosted by www.Geocities.ws

1