Design
waters2.lst
Associated article: Object C and the Macintosh Control Panel
Tags: C/C++ Design
_OBJECT C AND THE MACINTOSH CONTROL PANEL_
by Bryan Waters
[LISTINÇ ONE]
#include <DialogMgr.h> /* for dialog routines */
#include <cdev.h> /* for cdev class */
/* define subclass of class cdev */
struct sys_info:cdev {
void Init( ) ; /* override ...


