Changes

Jump to: navigation, search

Code Hunters

18 bytes added, 18:08, 19 October 2012
Coding Rules
<pre>
int main(){
int var; //All variables declared with own type int* var2; //asterisk on pointer type
if(...){ var = 0; //three spaces for indentation, check tab length in your editor } //closing brace lined up with last line in block, brace gets own line else var = 1;
} //comment end of functions and long code blocks

Navigation menu