Open main menu

CDOT Wiki β

Changes

OOP344 Assignment One

18 bytes added, 09:32, 5 October 2009
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 screenwith width of len. Depending on the value of status; being zero or non-zero, the menu-item will be surrounded by format characters or space respectively.
The menuItem argument will be always shown surrounded by two characters.