Sunday, October 10, 2010

Software needed to RUN C++

Hi everybody. Before we start our first lesson , we have to download a c++ compiler to run our written code program.

There are many FREE available software to be download by you. I will give some link for you to download.


Now im using Visual C++ Express Edition 2008. But for our lesson, i prefer to use Dev C++ because its  more easy to use. Ok everybody. Hope that you have download your compiler safely. 

Next , we start on how to use this brilliant C++ compiler. First we run Dev c++ . 

Program Image.

2) Open FILE menu , choose NEW > SOURCE FILE
3) Start writing the coding. 
4) Open EXECUTE menu , choose COMPILE & RUN (to run the program)
5) Finished ! If your program is well written . It will Run, if not compiler will tell you that your program has
    errors.

To be continued ..............







No comments:

Post a Comment