Sunday, July 26, 2009

I'm programming in C++, Is it possible to hide the cursor in console mode??

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)


No comments:

Post a Comment