Quote Originally Posted by rodrigorules
why is the comment - // flush stdin
in there?
Probably because getchar is often a macro for getc( stdin ). At any rate, it's just a comment, explaining to the reader what that line of code does. You know, kinda what comments were made for.


Quzah.