Changes

Jump to: navigation, search

CarlosJ

342 bytes added, 18:14, 8 November 2012
Coding Rules
== Coding Rules ==
 
1. Tabs: 2 Spaces
2. Lining up the arguments when they are too large:
CField::CField(int Row = 0, int Col = 0,
 
int Width = 0, int Height =0,
 
void* Data = (void*) 0,
 
bool Bordered = false,
 
const char* Border=C_BORDER_CHARS)
3. When Defining use this format "_NAME_"
Example:
#ifndef
#define _CFIELD_
code goes here
code goes here
#endif
 
== meetings ==
* latest will be on top

Navigation menu