Category:C++: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 13:
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; however, this interpretation has the flaw that post-increment increments the value ''after'' returning the value, so the post-increment expression still evaluates to the value before the increment.
 
If you can't find an implementation for your task in the C++ category below, please look in the [[Category:C]] category, as many of the tasks can be implemented identically in C and C++.
 
{{language programming paradigm|Imperative}}
Anonymous user