C++
From FusionWiki
C++ is a programming language that is used to develop any kind of binary (e.g. an application or a plug-in).
Due to its popularity and a large amount of cross-platform libraries, one of the major advantages of developing in C++ is that porting programs to other systems is relatively easy, unless the code is bound to system-specific libraries, like Clickteam's products are.
Associations with Clickteam
Multimedia Fusion 2 and any other current product released by Clickteam was written in C++. Earlier products were most likely written in C, its predecessor.
Additionally, it is possible to develop extensions with C++ (see below).
