Changes

Jump to: navigation, search

OOP344 20131-NIU

9 bytes removed, 23:53, 14 February 2013
Programming Style
<syntaxhighlight lang="cpp">
if(something)
 
{
 
abc = xyz;
 
while(abc == 0)
 
{
 
printf("What is this?\n");
 
}
 
return abc;
 
}
 
</syntaxhighlight>
1
edit

Navigation menu