Category:C++: Difference between revisions

Wha? The C++ category is reachable now? Might need to start updating some examples to point in the right direction.
(Copied description from "Category:C plus plus")
 
(Wha? The C++ category is reachable now? Might need to start updating some examples to point in the right direction.)
Line 1:
[[Category:Solutions by {{Programming Language]]}}
 
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.