0% found this document useful (0 votes)
243 views5 pages

How To A) Compilation Process. Firstly, Open The Dev - C++ On Your Desktop

The document provides instructions for compiling and executing a C++ program in Dev-C++. It explains that the user should first write the program, check it for errors, then compile it by pressing the compile button. If compilation is successful, the user can execute the program by pressing the execute button and entering any required input data. The document also defines C++ as an object-oriented programming language developed as an extension of C, allowing both procedural and object-oriented coding styles.

Uploaded by

MuhammadMiz
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)
243 views5 pages

How To A) Compilation Process. Firstly, Open The Dev - C++ On Your Desktop

The document provides instructions for compiling and executing a C++ program in Dev-C++. It explains that the user should first write the program, check it for errors, then compile it by pressing the compile button. If compilation is successful, the user can execute the program by pressing the execute button and entering any required input data. The document also defines C++ as an object-oriented programming language developed as an extension of C, allowing both procedural and object-oriented coding styles.

Uploaded by

MuhammadMiz
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/ 5

JOB SHEET 05

QUESTION AND DISCUSSION


1. How to
a) Compilation Process.
Firstly , open the Dev C++ on your desktop .

Then , write the program that given from the disk orh the work sheet.

Make sure you write the programs correctly or an error will occur. Check the program that had been
wroten before compile the program. If you really confident with your program , pres compile at the
top of your program.

Then , the compilation process will appear. Then , press continue.

b) Execute The Program


To execute the program ,make sure the compilation process has no error. Then , click
the execute option at the top of the program , beside the compilation option.

Then , the program will appear.

After that , insert the data that were wrote in the disk or work sheet.

Finally , press Enter and you will got the result.

2. What is C++ Programming?

C++ is an object oriented programming (OOP) language, developed by Bjarne


Stroustrup, and is an extension of C language. It is therefore possible to code C++ in a
"C style" or "object-oriented style." In certain scenarios, it can be coded in either way
and is thus an effective example of a hybrid language.C++ is a general purpose object
oriented programming language. It is considered to be an intermediate level language,
as it encapsulates both high and low level language features . Initially, the language
was called 'C with classes as it had all properties of C language with an additional
concept of 'classes. However , it was renamed to C++ in 1983. It is pronounced "CPlus-Plus."

CONCLUSION
I had learned on how to use the C++ Programming correctly . C++ Programming taught me to do
work properly and correctly .

You might also like