You are on page 1of 6

Question / Discussion

A . How To Compilation
Process .

Firstly , Open DEV-C++ .

Next , click file ad choose source file .

After finish writing the code , Run the project .

Save the file under PROJECT 1 .

Compile Log will appear at your screen . It will show you if youre make
mistake .

B . How To Execute The


Program

Firstly , you need to click the picture that I coloured it . The symbol means
you need to run the project . The it will appear you a black box such as in
the picture .

After you insert the data . It will show you a sum .

Finally you will get the result of your program .

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 "C-Plus-Plus."

Conclusion
After finish completing this topic , I able to
practice the usage of the C++ software . Next , I
able to use all structure and state all functions in
C++ programming . Finally , I know how to
demonstrate output running of the C++
Programming .

You might also like