What is C++
C++ Language
C++ is a programming language created by "Stroustrup" who was a danish computer scientist. It was extension of C language, consisting features of functional and object-oriented programming. It is also generic programming language(Different style of programming). In generic programming, algorithm can be written in types that which compiler knows how the programmer uses the data. Object oriented programming is nothing but objects in a program, where in C language everyone write "class" with that classes you can create objects which are used in real world. C++ has it's own compiler to execute the program like Dev C++.
Suppose, If you want to build a house first thing to create a blue print and then accumulate resources to build the house. In this scenario, the blue print(planning) is class and you had created a house that is object.
Applications
- MySQL written in C++
- Games
- GUI Interface
- Apple OS X written in C++
- Firefox
Comments
Post a Comment