Category:C++: Difference between revisions

192 bytes removed ,  15 years ago
Using named params instead
m (avoid boxed overlapping with category entries)
(Using named params instead)
Line 1:
{{language typing|Safe}}C++
{{language|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-[[:Category:Programming Paradigms|paradigm]] language. Besides conventional [[procedural programming]] and object-oriented programming, it also supports [[generic programming]].
|safety=both
|gc=no
{{language|C++parampass=both}}'''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-[[:Category:Programming Paradigms|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.
Line 7 ⟶ 10:
{{language programming paradigm|Generic}}
{{language typing|Strong}}
{{language typing|Safe}}
{{language typing|Unsafe}}
{{language type expression|Explicit}}
{{language type expression|Partially implicit}}
Line 15 ⟶ 16:
{{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}}
<br clear="both">
Anonymous user