Thread: Help! How to my the cursor?

  1. #1
    Registered User elwood's Avatar
    Join Date
    May 2014
    Posts
    6

    Help! How to my the cursor?

    Hello, Anyone do you know how to hide the cursor _ in c program?
    Thank you for helping!

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    It depends on your OS / Compiler / Terminal layer / GUI layer etc.

    C doesn't even know about such things as 'screens', much less 'cursors' without some external support.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Mar 2012
    Location
    the c - side
    Posts
    373
    A quick google should get you the necessary info, e.g. if you have a Windows system this might help.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how to hid cursor?
    By LeonLanford in forum C++ Programming
    Replies: 22
    Last Post: 10-01-2007, 12:37 PM
  2. cursor and co-ord
    By stuart_cpp in forum C++ Programming
    Replies: 7
    Last Post: 07-24-2006, 10:01 AM
  3. How do you get rid of the cursor
    By zz3ta in forum C++ Programming
    Replies: 1
    Last Post: 12-09-2003, 03:15 PM
  4. cursor
    By Mr Learn in forum C Programming
    Replies: 1
    Last Post: 04-19-2002, 11:30 PM
  5. Cursor
    By Kukli in forum C++ Programming
    Replies: 0
    Last Post: 12-29-2001, 03:06 AM

Tags for this Thread