Would anyone be so kind as to tell me how to get rid of the blinking cursor in C++?
Gimme some numbers: _ <--blinking
to
Gimme some numbers:
Additionally, does anyone know anything about pixel mapping and how it works/syntax?
This is a discussion on Pixel Mapping and Cursor problems within the C++ Programming forums, part of the General Programming Boards category; Would anyone be so kind as to tell me how to get rid of the blinking cursor in C++? Gimme ...
Would anyone be so kind as to tell me how to get rid of the blinking cursor in C++?
Gimme some numbers: _ <--blinking
to
Gimme some numbers:
Additionally, does anyone know anything about pixel mapping and how it works/syntax?
Please be more specific in your questions.
>>blinking cursor
What OS? I'm guessing windows
Has this question been asked before? I've seen it before but you will have to search for it.
Maybe by using getch() and strcat()?