Changes

Jump to: navigation, search

Console UI Core Classes - OOP344 20112

19 bytes added, 10:22, 20 July 2011
CField
The code for this class is provided. You must understand and use it to develop your core classes.
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 intinherited from CFrame.
<big><syntaxhighlight lang="cpp">
#include "cframe.h"

Navigation menu