1
edit
Changes
no edit summary
* '''Dennis:'''
* Initial creation of the various files required for getting started on the project: iframe.h, cfg.h, cframe.h/cpp, etc.
* Implement the following methods:
** constructor and destructor** void setLine(char* str, char left, char fill, char right) const** void capture()** void bordered(bool)** bool bordered() const** void col(int)** rowcolint col() const** void height(int)** widthint height() const** capturevoid width(int)** setlineint width() const
'''Huda:'''
* int absrow() const* int abscol() const* void display(const char*) * void hide (CDirection = C_STATIONARY)
'''Shianne:'''