c++ - Definition of interactive device -


according c++11 standard (§1.9.8):

the input , output dynamics of interactive devices shall take place in such fashion prompting output delivered before program waits input. constitutes interactive device implementation-defined.

how gcc, clang , other compilers define "interactive device"?

i guess section written cint c++ interpreter in mind.

but don't think current status of cint standard conformant.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -