cin getline eof的相關文章
cin getline eof的相關商品

EOF with getline? - C++ Forum - Cplusplus.com
瀏覽:770
日期:2025-09-29
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 ......看更多