Oct 2, 2013 at 11:46am
Hello people,
is there a way to stop the cursor from blinking in the output window(or showing up at all)?
Example:
cout<<"Hello world";
Output:
Hello world_
//where last character keeps blinking
I use DevC++ in Windows 7. Thanks in advance.
Oct 2, 2013 at 2:08pm
Hi there,
You may want to have a look at: http://msdn.microsoft.com/en-us/library/system.console.cursorvisible.aspx?cs-save-lang=1&cs-lang=cpp#code-snippet-1
Let us know if you require any further help.
All the best,
NwN
Oct 2, 2013 at 2:27pm
Aah yes! That was helpful, thankyou, NwN and whitenite1.