1
edit
Changes
→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>