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

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

瀏覽:1106
日期:2025-05-14
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 ......看更多