Open main menu
CDOT Wiki
β
Search
Changes
← Older edit
Newer edit →
Team Excellence - oop344 20113 Code Standards
2 bytes added
,
16: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">
Smpatel
1
edit