Changes

Jump to: navigation, search

OOP344 Assignment One

24 bytes added, 16:24, 19 December 2009
void io_move(int r, int c)
You must use platform specific and <u>unique non-ASCII</u> values for the keys, and then you must use these specific symbolic names in your definitions.
===void io_move(int '''r''', int '''c''')===  Positions the cursor at row '''r''' and column '''c''', where row 0 is the top row and column 0 is the leftmost column. If either parameter is invalid, your function has undefined results. Your function does not flush any output buffer.
Positions the cursor at row r and column c, where row 0 is the top row and column 0 is the leftmost column. If either parameter is invalid, your function has undefined results. Your function does not flush any output buffer.
===void io_putch(int c)===
1
edit

Navigation menu