Learn C+
1. C++ is a popular programming language.
2. C++ is used to create computer programs, and is one of the most used language in
game development.
Examples in each chapter
#include <iostream>
using namespace std;
int main() {
cout << "Hello World!";
return 0;
}
Introduction C++
What is C++?
(1) C++ is a cross-platform language that can be used to create high-performance
applications.
(2) C++ was developed by Bjarne Stroustrup, as an extension to the C language.
(3) C++ gives programmers a high level of control over system resources and
memory. The language was updated 4 major times in 2011, 2014, 2017, and 2020
to C++11, C++14, C++17, C++20.
Why use C++
1) C++ is one of the world's most popular programming languages.