removing the cursor from a cpp app

  • Thread starter Vitali Stolpner
  • Start date
V

Vitali Stolpner

hi all, im trying to make a program in c++ (trying to make textris, im just
a beginner so im not using anything fancy, just text) and the problem that i
run into is the cursor flashing all over the screen... its very annoying and
i just wanted to know if anyone knew how to get rid of it. thanks in advance

Vitali
 
C

Chris Theis

Vitali Stolpner said:
hi all, im trying to make a program in c++ (trying to make textris, im just
a beginner so im not using anything fancy, just text) and the problem that i
run into is the cursor flashing all over the screen... its very annoying and
i just wanted to know if anyone knew how to get rid of it. thanks in advance

Vitali

Sorry to tell you, but standard C++ has no means to get rid of your cursor.
You might ask this in a compiler/OS specific newsgroup where people might be
able to help you.

Regards
Chris
 
S

Stewart Gordon

While it was 5/12/03 3:15 am throughout the UK, Vitali Stolpner
sprinkled little black dots on a white screen, and they fell thus:
hi all, im trying to make a program in c++ (trying to make textris, im just
a beginner so im not using anything fancy, just text) and the problem that i
run into is the cursor flashing all over the screen... its very annoying and
i just wanted to know if anyone knew how to get rid of it. thanks in advance

Vitali

Not in standard C++.

If your compiler has conio.h, then look up _setcursortype.

Otherwise, asking in a 'group concerned with your unspecified
platform/compiler might get you started.

Stewart.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,148
Messages
2,570,838
Members
47,385
Latest member
Joneswilliam01

Latest Threads

Top