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 ...
www.cplusplus.com