Download Project Report

Transcript
Project Report
Bibliography
// defines for member function pop-up menu
#define EDIT_FUNCTION 29
#define DELETE_FUNCTION 30
#define MAKE_PUBLIC 31
#define MAKE_PROTECTED 32
#define MAKE_PRIVATE 33
#define PRIVATE 34
#define PROTECTED 35
#define PUBLIC 36
#endif
82