Open main menu

CDOT Wiki β

Changes

OOP344 Assignment One

9 bytes added, 09:30, 5 October 2009
void io_displayMenuItem(..........)
====void io_displayMenuItem(..........)====
<big>void io_displayMenuItem(const char *format, const char *menuItem, int row, int col, int len, int status);</big>
Allows the user to display a menu-item at row and col on the screen. Depending on the value of status; being zero or non-zero, the menu-item will be surrounded by format characters or space respectively.