Content deleted Content added
m tags and general fixes, added deadend tag using AWB (8853) |
m →C++: WP:CHECKWIKI errors fixed + general fixes using AWB (8961) |
||
Line 20:
===C++===
C++ Example:<ref>
{{cite book
| title = An Introduction to the Imperative Part of C++
| url=http://www.doc.ic.ac.uk/~wjk/C++Intro/RobMillerL8.html
}}
</ref>
<pre>
int factorial(int number)
|