Go to the source code of this file.
Functions | |
void | clearScreen () |
clears the console screen | |
void | gotoXY (int x, int y) |
Moves the console cursor. |
void clearScreen | ( | ) |
clears the console screen
Definition at line 70 of file console.cpp.
void gotoXY | ( | int | x, |
int | y | ||
) |
Moves the console cursor.
x | : The new x position (column) of the cursor |
y | : The new y position (row) of the cursor |
Definition at line 20 of file console.cpp.