------- Comment #4 from pcarlini at suse dot de 2005-10-05 00:07 ------- PS: in case -buffered- cin is needed, a call:
std::ios::sync_with_stdio(false); can be added before any I/O takes place (thus renouncing to char-by-char sync with "C" stdio, however). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24206