C plus plus

From Rosetta Code
Revision as of 18:18, 25 January 2007 by rosettacode>CrashandDie (Added Category)


The correct name for this language is "C++". "C plus plus" is in use until htaccses is fixed.

C++ is named after the C language, from which it is derived. C++ extends C into becoming an object-oriented language. The ++ in C++ is some what of an inside joke, in that C++ is C with a Post Increment operator attached, thus C++ is C + 1.

Programming Language
This is a programming language. It may be used to instruct computers to accomplish a variety of tasks which may or may not be domain-specific.

Listed below are all of the tasks on Rosetta Code which have been solved using this programming language.