What is
C++ programming language?
C++ is a
high-level, object-oriented programming language that is widely used for
developing software applications. It was created by Bjarne Stroustrup in 1983
as an extension of the popular C programming language. C++ adds several new
features, including classes, objects, inheritance, polymorphism, and templates,
which make it suitable for developing large, complex, and efficient programs.
C++ is a
compiled language, which means that the source code is converted into machine
code by a compiler before it can be executed on a computer. It is used for a
wide range of applications, including system software, device drivers, embedded
systems, video games, and desktop applications. C++ is known for its
efficiency, flexibility, and ability to interface with other languages and
operating systems.
Application
of C++ Programming language
Operating
system
GUIs
Games
Brower
Database engine
Cloud system
0 Comments