Thread: fflush(stdin) query!

  1. #1
    Registered User
    Join Date
    Jul 2010
    Posts
    2

    fflush(stdin) query!

    Hello friends!

    I am Milan Singh pursuing my B Tech CSE , just entered III year!
    Guys, Can you help me with the detailed concept of how fflush(stdin) actually works?
    And Does it help to increase the speed of processing the input in any manner?

    Thanks!
    KUDOS o/\0

  2. #2
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    Read the FAQ. It's nonstandard. It doesn't have to work. It might not work. If it does, it's only because your specific implementation decided they wanted it to work. Read the other FAQs on how to get various types of input from users.


    Quzah.
    Hope is the first step on the road to disappointment.

  3. #3
    Registered User
    Join Date
    Jul 2010
    Posts
    2
    Thanks !!!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. fflush(stdin) query
    By anirban in forum C Programming
    Replies: 12
    Last Post: 07-23-2009, 09:32 AM
  2. Another syntax error
    By caldeira in forum C Programming
    Replies: 31
    Last Post: 09-05-2008, 01:01 AM
  3. fread/fwrite
    By chopficaro in forum C Programming
    Replies: 6
    Last Post: 05-11-2008, 01:48 AM
  4. Searching Into Files
    By St0rM-MaN in forum C Programming
    Replies: 12
    Last Post: 04-26-2007, 09:02 AM
  5. Linked List Need Help Urgent
    By ykchua in forum C Programming
    Replies: 5
    Last Post: 08-17-2004, 02:57 PM