Using Turbo C++ - How to disappear cursor inside the console when program is running?

Status
Not open for further replies.
Re: Using Turbo C++ - How to disappear cursor inside the console when program is runn

use ...
setcursormode(NOCURSOR) .... look in the help for it.
 
Status
Not open for further replies.
Top Bottom