21
edits
Changes
→CField
{{OOP344 Index | 20133}}
==CField==
''(this class is fully implemented and is ready to be downloaded from [https://github.com/Seneca-OOP344/20133notes/tree/master/ProjResources ProjResources direcotry under 20133notes repository on Github])''<br />
CField is an abstract base class that encapsulates the commonalities of all Input Outputs Console Fields which are placeable on a CDialog. All Fields could be Framed, therefore a CField is inherited from CFrame.
<big><syntaxhighlight lang="cpp">