1-Introduction
What is C++?
C++ is an intermediate-level language that contains high and low-level language features. C++ langue is updated three times (2011, 2014, and 2017 to C++11, C++14, and C++17) and was developed by Bjarne Stroustrup.
- We used C++ because :
- it is the most popular programming language.
- it is an object-oriented and procedural programming language.
- it is closed to C# and java.