Open main menu

CDOT Wiki β

Changes

OOP344 Assignment One

1 byte added, 09:56, 1 October 2009
void io_displayflag(..........)
====void io_displayflag(..........)====
<big>int void io_displayflag(const char *format, int row, int col, int status);</big>
Allows the user to display a checkbox at row and col on the screen. Depending on the value of status; being zero or non-zero, the checkbox will be checked or unchecked respectively.