Changes

Jump to: navigation, search

OOP344 Assignment Two

2 bytes added, 17:57, 3 November 2009
m
IO_Frame
==IO_Frame==
'''IO_Frame''' class, encapsulates a frame. It Draws a frame at left top corner of '''colleft''' and '''rowtop''' with specified '''width''' and '''height'''.
A Frame can be instantiated as follows:
<big><pre>
IO_Frame(int rowtop, int colleft, int width, int height, const char* frameChars = (const char*)0);
</pre></big>

Navigation menu