CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9

Threaded View

  1. #1
    Join Date
    Apr 2003
    Location
    Bangalore
    Posts
    38

    small doubt about cin>>

    Hi ,

    We know that when we want to get input from console most frequently used one is cin and it waits infinitely for input.

    But I want to use cin to get input without waiting more than specified time.That time may be some thing like after 5 sec.

    Is it possible or not?

    If so, can any one tell me the way to do it?


    with regards...
    seshu
    Last edited by seshreddy; April 30th, 2003 at 12:04 AM.
    make it possible

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured