cin getline eof的相關文章
EOF with getline? - C++ Forum - Cplusplus.com

EOF with getline? - C++ Forum - Cplusplus.com

瀏覽:365
日期:2026-04-24
Hi folks, I am trying to read until the end of file with the function cin.getline() I tried cin.getline(mensaje,200, 'EOF' ); But it won't work, it stops ......看更多