Corona Virus (Covid-19) Latest Updates

C++ comprises a combination of both high-level and low-level language features. Because of this, C++ is regarded as a middle-level programming language. C++ was developed by Bjarne Stroustrup starting in 1979 at Bell Labs in Murray Hill, New Jersey as an enhancement to the C language. It was originally named as ‘C with classes’ but later it was renamed as ‘C++’ in 1983.


C++ supports a variety of programming styles. You can write in the style of Fortran, C, Smalltalk, etc., in any language. Each style can achieve its aims effectively while maintaining runtime and space efficiency.

Features of C++
‣Enhanced form of c programming language.
‣Statically typed language.
‣General perpose language.
‣Supports procedural programming
‣Supports object oriented programming.
‣Supports generic programming.

Advantages of C++
‣Portable language (writing a program irrespective of operating system as well as Hardware)
‣Supports both object oriented as well as structured programming language.
‣It is easy to maintain and modify existing code as new objects can be created with small differences to existing ones.
‣Useful for complex type of programming.
‣Easy to debug.

C++ Program
The C++ program can be written on differnt types of editors like Windows Notepad, OS Edit command, Brief, Epsilon, EMACS, and vim or vi. The files created with editor are called source files and for C++ they typically are named with the extension .cpp, .cp, or .c. The typed c++ program can be compiled and tested using the c++ compilers like turboC, DevC++.

C++ Compiler Download

No comments