1// Your First C++ Program
2
3#include <iostream>
4
5int main() {
6 std::cout << "Hello World!";
7 return 0;
8}
9
1C++ is a general-purpose programming language created by Bjarne
2Stroustrup as an extension of the C programming language, or
3"C with Classes".
4
5//as you can also see to your right ---------------------->
6
7C++ still qualifies as a high-level languge, yet the rise of
8languages like Ruby and Java have given capabilities that sway
9people's opinion towards what is and is not "high-level".
10
11Yet high-level simply means it's farther from machine code and closer
12to human-readable form. Hence the need for a compiler/interpreter.
13
14So don't get too worked up about granular specifics.
1C++ is a high-level, general-purpose programming language.
2
3//totally not right there ----------------------------------->
1game code =
2the amount it loads =
3the creator of the game
4the wifi it takes =
5the minutes it loads =
6the date it was made =