History of C++ | Razsoft Education

 History of C++

   

C++ programming language was created by Bajarne Stroustrup in 1979. To support the Object Oriented Programming (OOP) approach while remaining as fast and compatible as C. Initially it’s called “C with classes”. Because it carries every feature of C but added OOP feature to it. Later in 1983 it’s renamed as C++. By seeing its popularity ANSI and ISO started standardizing it and created C++98, first international version of C++. It has feature of template for generic programming. In 2017, C++17 come out which added support for multithreading. At the time writing this blog C++20 is current version.


 

Comments

Popular posts

Drawing shapes using java graphics API | Razsoft Education

Java 2D Rendering Pipeline | Rendering in java | Razsoft Education

Integer data type in C++ programming language | Razsoft education

What is Object Oriented Programming | Razsoft Education

Different data types in C++ | Razsoft Education

"climits" Header file in c++ programming language | Razsoft Education

What is structured programming paradigm | Razsoft education

Coordinate system of java | Graphics2D coordinate system | Razsoft Education