21
edits
Changes
→File Names
*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.
=Hierarchy=
<big><pre>
CFrame
|
|---CDialog
|
|
|---CField
|
|-------- CLabel
| |
| |-------CCheck
| |-------CMenuItem
|
|-------- CButton
|
|
|-------- CLineEdit
| |
| |-------CValEdit
|
|-------- CText
|
|-------- CCheckList
|-------- CMenu
</pre></big>
=Basic (BIO) Encapsulating Classes=