0% found this document useful (0 votes)
11 views

2022-BME-102 (Computing Fundamentals - Dev C++ Install)

Uploaded by

f.meh080
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views

2022-BME-102 (Computing Fundamentals - Dev C++ Install)

Uploaded by

f.meh080
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

UNIVERSITY OF ENGINEERING AND TECHNOLOGY,

LAHORE
(NAROWAL CAMPUS)
(UET)
BSc. BIOMEDICAL ENGINEERING
(BME)
LAB REPORTS
Course Title: Computing Fundamental
Course Code: CS 101

Submitted By:
Muhammad Faisal Mehmood
2021-BME-102
Department of Biomedical Engineering
Submitted to:
Dr. Sameen Ahmad Malik
Associate Professor
Whole installation of Dev++
Objective
During this lecture I learnt how to install Dev++ and how to do programming in
Dev++
Introduction
Dev-C++ is a free full-featured integrated development environment distributed
under the GNU General Public License for programming in C and C++
Method how to install

 Step 1

Figure 1: step 1

When we copy the Dev++ and paste into the system after copy when we open the
Dev++ Setup is loading
 Step 2

Figure 2 step 2

In second step we select the language that we want to use in Dev++ as shown in the
below screenshot

 Step 3

Figure 3 step 3

Once you select the appropriate language, you have to agree to the license
agreement that pop-ups next.
 Step 4

Figure 4: step 4

Next, we are asked to select the components that we need to install as a part of
the dev-C++ installation
 Step 5

Figure 5:
Now the installer prompts the user for the destination folder where the dev-C++
files/libraries etc. are to be copied.

 Step 6

Figure 6:

The following screenshot shows the progress of the installation.

Step 7

Figure 7:

We click the finish and the software is install and start for programming
 Step 8

Figure 8

After finishing the shortcut come on desktop

Conclusion

• Using Dev-C++ IDE, we can create various types of applications be it Windows,


Console, Static libraries or DLLs.

• We can also create our own project templates to create our own project types.
• Make files that are used for managing the build process for the application can
also be created using dev-C++ IDE.

• It provides support for Class Browser as well as Debug variable Browser.


• It has a Project Manager that helps us to manage various projects.
• Also provides print support through its interface.

You might also like