Changes

Jump to: navigation, search

OOP344 Assignment Two

234 bytes added, 11:59, 19 October 2009
m
General Definition Header file
==General Definition Header file==
create a file called: '''io_def.h'''. This file will any nessecary definitions or inclusions for the project. ultimately, users (future programmers) will only include this header file to be able to use the IO Classes.
for now add the following define statements in io_def.h
 
<pre>
#define IO_NO_ACTION (0x1)
#define IO_CLEAR (0x2)
#define IO_SHOW_ALL (0x4)
#define IO_SHOW_ERROR (0x8)
#define IO_SHOW_HELP (0x16)
#define _FRAME_CHARS "|+-+|+-+"
</pre>
==Mandatory Classes==

Navigation menu