My compiler is Visual C++ 2005, and i was wondering if it is possible to hide the cursor in console mode? If so how is this achieved?
I'm programming in C++, Is it possible to hide the cursor in console mode??
try:
_setcursortype( _NOCURSOR );
Note: conio.h must be included.
Reply:setcrsrtype(int)
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment