
June 4th, 2004, 12:31 PM
|
|
Registered User
|
|
Join Date: Jun 2004
Location: OREGON
Posts: 24
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
cursor questions
i need help reseting the blinking cursor thing when you compiler and it shows up in a dos screen to the top right corner.
gotoxy() is not working for some reason, when i use gotoxy(0,0) it goes to where the cursor is..... is there a way to reset that? or a better function for the cursor position?
also,
does anyone know how to hide the cursor?
the code is attached as a text file in c++ code
Last edited by drizzle : June 14th, 2004 at 12:50 PM.
Reason: added the code
|