Posts

Showing posts from September, 2022

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.  

What is C++? | Razsoft education

 What is C++ ?    C++ is a powerful high level computer programming language developed by Bjarne Stroustrup in 1979 at AT & T Bell’s lab . The language continue the legacy of C language to produce fast , efficient, reliable and portable code, But extended features for Object oriented programming and generic programming . So, programmers can write complex and large program easily but produce code as efficient as C does.