Changes

Jump to: navigation, search

Team Excellence - oop344 20113 Code Standards

184 bytes removed, 23:53, 18 October 2011
Class Standards
**/
#ifndef _CLASS__INITIAL_CLASS_#define _CLASS__INITIAL_CLASS_
class CLASS {
int a_a; int b_b;
public:
/* Again Important Header goes here */
if(condition) {
stuffs;
}
/* All Loops */
for(i=0; i<len; i++) {
statements;
}
while(condition) {
statements;
}
* October 12, 2011
**/
</syntaxhighlight>
 
'''Suggested By: Chad'''
<syntaxhighlight lang="cpp">
// One Line File Name / Description
// filename.h
// Chad Pilkey
// Oct 13 2011
// Version 1.0
</syntaxhighlight>

Navigation menu