Open main menu

CDOT Wiki β

Changes

Console Framework Classes 20103 - OOP344

329 bytes added, 11:53, 9 November 2010
General Internal Header file
#endif
</syntaxhighlight></big>
=File Names=
use the following rule to create filenames for your class.
*Each class MUST have its own header file and cpp file for implementation
*Use the class name for the name of the file but make sure it is all lowercase.
*:For example '''FWBorder''' class should have fwborder.h and fwborder.cpp files for its implemetation
=Classes=