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.

See also

Standard Template Library for C++

Resources

This article is a stub. You can help improve the article by expanding it.

DevMaster navigation