Dev-C++ Installation

You can download the software here.

After the installation completed,
  1. In the menu bar, click File.
  2. Click New
  3. Click Source File


After you write your code there ( which will we learn next ), to run it,  
  1. In the menu bar, click Execute.
  2. Click Compile & Run
Compile means converting your code to be understand by your machine.
If you only choose run, it will run the previous compile even though there is change in you code.


Ok, I think we are ready to go, to become a good programmer! 

Komentar