0% found this document useful (0 votes)
42 views3 pages

How To Install Dev-C++ V-5.4.0? Click Start Program

This document provides instructions for installing and using Dev-C++, an integrated development environment for C/C++ programming. It explains how to open and save source files, set directories and preferences like tab size, and compile and run programs. The instructions are divided into three steps: setting up a new source file, configuring Dev-C++ settings, and running the compiled program.

Uploaded by

Ali Khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
42 views3 pages

How To Install Dev-C++ V-5.4.0? Click Start Program

This document provides instructions for installing and using Dev-C++, an integrated development environment for C/C++ programming. It explains how to open and save source files, set directories and preferences like tab size, and compile and run programs. The instructions are divided into three steps: setting up a new source file, configuring Dev-C++ settings, and running the compiled program.

Uploaded by

Ali Khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Dev-C++

Manual Lab 1

How to Install Dev-C++ V-5.4.0?

Click Start Program Bloodshed-Dev-C++ Dev-C++

Step 1: Source File

1. To Open New Source file


a. Click File menu.
b. Bring mouse pointer to New.
c. Click on Source File.
d. New Source file will open.

2. To Save New Source file


a. Click File menu.
b. Click on Save-As.
c. Save file window will pop up.

3. Naming Source File


a. Select Program path to save your Source file.
b. Create New Folder.
c. Name your source file.
d. Save source file by clicking Save.

1
Step 2: Settings for Dev C

1. Setting Directories.
a. Click Tools Menu.
b. Click on Environment Options.
c. Environment Options window should pop-up.
d. Select Directories Tab.
e. Give path in User’s default directory.
f. Press OK.

2. Setting Tab Size.


a. Click Tools Menu.
b. Click on Editor Options.
c. Editor Options window should pop up.
d. Select General tab.
e. Check Use tab character.
f. Press OK to close window.

2
3. Inserting Default Source Code.
a. Click Tools Menu.
b. Click on Editor Options.
c. Editor Options window should pop up.
d. Select Code Insertion tab.
e. Select Default Source tab.
f. Check Insert the following code in every new empty file.
g. Write the code.
h. Press OK.

Step 3: Run Your Program

1. How to Compile
a. Click on Execute Menu.
b. Click on Compile.
c. Compile Progress window will pop-up.
2. How to Run
a. Click on Execute Menu.
b. Click on Run.

You might also like