Tuesday 18 July 2017

How to install DevC++ and use it

Install DevC++ on Windows Operating System


Hello Folks,
Today I am going to share the steps how to download and install DevC++ in your Windows OS and also share how to use it and compile the program on it.

STEP BY STEP PROCEDURE TO INSTALL DEVC++ 

  1. As we know DevC++ IDE is a free portable, fast and simple C/C++ IDE.you can download it from here (open source) DOWNLOAD
  2. After opening the tab now, click on download (which will appear in the green box).
  3. After downloading the setup file double click on the Dev-Cpp 5.11 TDM-GCC 4.9.2 Setup.exe(approx 50MB).
  4. Then press Agree Button.
  5. Press Next Button.
  6. Then comes the next windows which give you the option to choose to install location. If you want to change the location then go to Browse the option and select the desired Destination folder. And Press the Install Button (Note the Destination Folder is the folder where all your Dev-C++ installation file and setup stores).
  7.  It will take some time to Install
    .
  8.  After Installing all the files it will ask the option to choose for whom you want to install the Dev-C++. I mean for all Users or for some specific one.
  9. Now you successfully installed the Dev-C++ IDE. If you want to Run then just click on Finish or Untick the check box option then Finish.
  10. Now you can Configure the software according to your convenient.
    Now Press Next->Next->OK to successfully open the IDE.

  1. Now click on DevC++ icon appears on the desktop.a tab appears on the window.
  2. click on file(in the top most left corner).then File->new->source file or press ctrl+N.

1 comment: