Changes

Jump to: navigation, search

Console UI Core Classes - OOP344 20111

340 bytes added, 13:11, 7 February 2011
General Internal Header file (ccgh.h R0.1)
#endif
</syntaxhighlight></big>
==File Names==
Use the following rules 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 '''CFrame''' class should have '''cframe.h''' and '''cframe.cpp''' files for its implementation.

Navigation menu