Category:C++: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Linkified)
(Categorized according to Language Comparison Table.)
Line 2: Line 2:


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.
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.

{{language programming paradigm|Imperative}}
{{language programming paradigm|Object-oriented}}
{{language programming paradigm|Generic}}
{{language typing|Strong}}
{{language typing|Safe}}
{{language typing|Unsafe}}
{{language type expression|Explicit}}
{{language type expression|Partially implicit}}
{{language type compatibility|Nominative}}
{{language type compatibility|Structural}}
{{language type checking|Static}}
{{language type checking|Dynamic}}
{{language parameter passing|By value}}
{{language parameter passing|By reference|Add caveat about reference types when mentioned in page.}}
{{language garbage collection|No}}

Revision as of 09:51, 15 February 2009

Language
C++
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using C++.

C++ is named after the C language, from which it is derived. C++ extends C into becoming an object-oriented language. However, unlike other object-oriented languages, it doesn't try to force you into object-oriented programming, but is a multi-paradigm language. Besides conventional procedural programming and object-oriented programming, it also supports generic programming.

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.

Template:Language typing Template:Language typing Template:Language typing

Template:Language type compatibility Template:Language type compatibility Template:Language type checking Template:Language type checking Template:Language parameter passing Template:Language parameter passing Template:Language garbage collection

Subcategories

This category has the following 3 subcategories, out of 3 total.

Pages in category "C++"

The following 200 pages are in this category, out of 1,275 total.

(previous page) (next page)

A

C

(previous page) (next page)