Thread: How to shadow user input (as 'su' does for example)

  1. #16
    Registered User
    Join Date
    Dec 2006
    Posts
    15
    Thanks alot for the reply, much appreciated. Its a shame that something like this is so hard to do, I have seen many queries on the internet relating to this very same problem... would be nice if there was 1 standard solution. Well I just got up on a Saturday morning , will take a look at this later today

  2. #17
    C maniac
    Join Date
    Aug 2004
    Location
    Cyberwarping to Middle Earth
    Posts
    154
    I had a similar problem, and the problem is ncurses. You can not, I repeat, can not use the standard I/O functions with ncurses. You'll have to do something with mvaddstr() and moveaddch().

    Hope this'll help.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Checking array for string
    By Ayreon in forum C Programming
    Replies: 87
    Last Post: 03-09-2009, 03:25 PM
  2. About aes
    By gumit in forum C Programming
    Replies: 13
    Last Post: 10-24-2006, 03:42 PM
  3. SSH Hacker Activity!! AAHHH!!
    By Kleid-0 in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 03-06-2005, 03:53 PM
  4. vectors and user input
    By Chaplin27 in forum C++ Programming
    Replies: 6
    Last Post: 01-17-2005, 10:23 AM
  5. Nested Structures - User Input
    By shazg2000 in forum C Programming
    Replies: 2
    Last Post: 01-09-2005, 10:53 AM