------- Additional Comments From ncm-nospam at cantrip dot org  2005-04-30 
15:48 -------
A note for Ralf: It is incorrect to use cin.eof() to watch for the end
of a stream.  The correct flag to check is fail().  eof() is really 
meant for seeing if that's why op>> failed.  

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21286

Reply via email to