C++: Intro to C++
In this tutorial I will explain:
•What C++ is…
•A Brief history of C++…
•And some common terms about C++.
What is C++:
C++ is an object oriented programming language (OOP). It works with the computer closely, which allows any program wrote with C++ to be faster than programs wrote with other languages. C++ also gives the coder more freedom of choice when coding.
