|
| All MobileDragon classes and types are enclosed in the single namespace ‘mdragon'. For portability it uses own defined equalents for common
data types. Char -
8 bits signed. MobileDragon classes are named as follows: first symbol
in upper case. If name of class is compound from multiple words every
word begins with upper case symbol. All others symbols in the class names
are in lower case. The same rules used for naming class methods and global
functions. class
MyClassName MobileDragon defines are named as follows: first symbol
in upper case. If name of define is compound from multiple words every
word begins with upper case symbol and are separated with underscores.
All others symbols in the define names are in lower case. #define This_Is_Define_Name MobileDragon variables are named as follows: all symbols
in lower case. If name of variable is compound from multiple words every
word begins with lower case symbol and are separated with underscores.
Bool this_is_my_variable;
Copyright 2005-2006 Herocraft Hitech Co. Ltd. |