Changes

Jump to: navigation, search

OOP344 - return 0; - 20102

257 bytes added, 12:22, 15 July 2010
Member List
|-
[[Category:OOP344]]
 
== Coding standards ==
=== Using Comments ===
 
*Only using /* */ to comments, // is not allowed to comments.
 
=== Defining variables ===
 
* Avoid using too many variables.
 
* Declare each variables seperately.
 
 
=== Using indent ===
*Two spaces for indent
1
edit

Navigation menu