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.
Contents |
C++
C++ was released much later than C, but more or less replaces it completely, also providing new features. The original syntax and semantics almost did not change at all, which is comfortable when porting code from C to C++.
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).
