C++
C++ is a middle-level programming language. This makes it one of the hardest programming languages to learn fully. But it is also very powerful and a standard amongst the games development community.
C++ is an enhanced version of C first created in 1983. C++ shares many similarities with C, however contains a lot more features such as classes and templates.
Tutorials
C++ is both a powerful and difficult language to learn. It can take a long time to start to program graphical applications in C++, however with a language like GML you will be making them straight from the start.
Scripts
These scripts can be downloaded and used with your projects for free under the site's terms of service and any extra specific rules for a particular script. These scripts can range from basic to advanced C++ knowledge required.
Compilers
Strictly, all a C++ compiler does is compile C++ code, there are a lot of other processes a program needs to do to make C++ code into a program. In this section you will find information on not only compilers, but, linkers and IDEs (All in one) too.

