Changes

Jump to: navigation, search

OOP344 Assignment Two

1 byte added, 14:17, 26 October 2009
IO_Frame
'''IO_Frame''' class, encapsulates a frame. It Draws a frame at left top corner of '''col''' and '''row''' with specified '''width''' and '''height'''.
A Frame can be instatiated instantiated as follows:
<big><pre>
IO_Frame(int row, int col, int width, int height, const char* frameChars = (const char*)0);
1
edit

Navigation menu