|
|
back to boardNo subject Posted by Kazim 25 May 2007 16:49 how to read incoming stream of information. please help Re: No subject Here's some C code: ..... int n; scanf("%d",&n); ..... This way you will read an integer from the incoming stream. However I don't know how to read it up to the end in case of _console_ input. Edited by author 09.07.2007 19:43 |
|
|