Changes

Jump to: navigation, search

Team Excellence - oop344 20113 Code Standards

2 bytes added, 17:07, 14 October 2011
While Loop
== While Loop ==
<syntaxhighlight lang="cpp">
while (true){
stuff;
}
Also the curly braces can be omitted if "stuff" is only one line.
 
== Function Declarations ==
<syntaxhighlight lang="cpp">
1
edit

Navigation menu