Changes

Jump to: navigation, search

Team E - OOP344 20133

3 bytes removed, 20:44, 1 November 2013
Coding Style and Standards
* No tab characters allowed.
* Indents composed of '''4''' spaces.
* Include guards composed of TEAM-E TEAME followed by file name and type:
<syntaxhighlight lang="cpp">
//For header file "Example.h"
#ifndef TEAM-E_EXAMPLE_HTEAME_EXAMPLE_H#define TEAM-E_EXAMPLE_HTEAME_EXAMPLE_H
</syntaxhighlight>
* Each object must be declared separately:

Navigation menu