Cpp
From DmWiki
- The title of this article is incorrect due to technical limitations. The correct title is C++.
C++ is a very popular programming language, especially for games programming.
The name C++ implies that it is an incremental improvement over the C language that it replaced. As such it is almost completely backward-compatible to C and most C++ compilers include a backward-compatability mode for compiling C source code.
One of the primary advantages of C++ over C is that it has command and operator constructs to simplify the implementation of object-oriented programming.
[edit]
See also
Standard Template Library for C++
[edit]
Resources
- Free online C++ tutorials (http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html).
This article is a stub. You can help improve the article by expanding it.
