Changes

Jump to: navigation, search

OOP344 20131-NIU

247 bytes added, 23:53, 14 February 2013
Programming Style
== Programming Style ==
'''1. Indentation'''
* Four spaces or a tab
 
 
'''2. Blocks'''
<syntaxhighlight lang="cpp">
if(something)
 
{
 
abc = xyz;
 
while(abc == 0)
 
{
 
printf("What is this?\n");
 
}
 
return abc;
 
}
 
</syntaxhighlight>
== Team Members ==
1
edit

Navigation menu