Thread: Pausing script to read output

  1. #1
    Registered User
    Join Date
    Jun 2004
    Posts
    1

    Pausing script to read output

    Heh, I know this is the most newbie question in coding but what is the C equivalent to pausing or 'cin.get()'. Thanks for the help.

    ~a_priebe47

  2. #2
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    getchar() would be a good choice.

    See more here

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to read the execl() output?
    By estratos in forum C Programming
    Replies: 3
    Last Post: 06-07-2006, 12:39 AM
  2. Replies: 3
    Last Post: 03-04-2005, 02:46 PM
  3. Unknown Memory Leak in Init() Function
    By CodeHacker in forum Windows Programming
    Replies: 3
    Last Post: 07-09-2004, 09:54 AM
  4. Simple File Creation Algorithm
    By muffin in forum C Programming
    Replies: 13
    Last Post: 08-24-2001, 03:28 PM
  5. To all who read last post formatted output
    By spliff in forum C Programming
    Replies: 8
    Last Post: 08-21-2001, 03:37 AM