Related:
*
C++ language
* B language (not used in games?)
Sanguine # 2009-12-17 19:39:44 Development started in 1972.
K&R C was released in 1978.
Sanguine # 2009-12-17 19:31:51On Windows, this can be noticed from the presence of msvcr##.dll in the game's directory (if you look at the file's version information, it'll give you something like: Microsoft C Runtime Library). This is not mandatory however, only points out that the game was really compiled using MS Visual Studio and not really even that in reliable manner (doesn't take much effort to link to MS libraries).
Sanguine # 2007-11-14 23:19:12