Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

RESULT

QUESTION/DISCUSSION
1. How to
a) Compilation process

Firstly, search and click application Dev C++

And click the new file and click file project.

After that, click console application, create name file this program.

write a program that has been granted

And click compile

b) How to Execute the program

Click tool run

it will come out as the above data , type the first number after that hit enter and
type the second number and press enter , would be like in the picture above .

2. What is C++ Programming


C++ is an enhanced C language typically used for object oriented programming. It traces its
origins back well over thirty years. Although its far from the oldest computer language, its
one of the older ones that is in common usage today so you might say it gets an A for its
ability to adapt to changing technological times. C++ was developed by Bjarne Stroustrup,
who did the first development work as part of his PhD project. During the early years, he
called the language C with Classes. He had begun developing a new language because he
felt that no existing language was ideal for large scale projects. Later, when he was working
at AT&T Bell Labs, he again felt limited. He dusted off his C with Classes and added
features of other languages. Simula had a strong influence; AlLGOL 68 played a role.
Ultimately, a lot more than classes got added: virtual functions, templates, and operator
overloading.C++has influenced later languages like PHP, Java, and (not surprisingly) C# (CSharp).C++ has grown far beyond a one man operation. The name actually came from
another developer, Rick Mascitti. It was partly a play on the name of the ++ operator and
partly a reference to the enhancement; two pluses may have been a bit of a joke. According
to Stroustrup, the biggest improvement is in abstraction mechanisms. Among the other
goals of the most recent revision: to make C++ a better language for embedded systems and
to better support novices.Development has been guided by certain ideals. C++ strives to be
portable; there is an attempt to avoid reliance on features that are platform-dependent.The
standard, of course, isnt all there is; there are libraries that exist outside it.

CONCLUSION
I can learn practice the usage of the C++ software, use all structures in C++
programming and make demonstrate output running of the C++ programming.

You might also like