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.