Open main menu

CDOT Wiki β

Changes

Team L - OOP344 20133

199 bytes added, 16:55, 17 October 2013
Coding Style and Standards
int b;
CDialog D;
</syntaxhighlight></big>
* Use the class name for the name of the file but make sure it is all lowercase:
<big><syntaxhighlight lang="cpp">
CFrame class should have 'cframe.h' and 'cframe.cpp' files
</syntaxhighlight></big>