User: fpiro07

  • Public profile

User profile: fpiro07

User info
User name:fpiro07
History
Joined:
Number of posts:39
Latest posts:

getline() doesn't end input
[code] string str, temp; char c; cout << "Insert the character that ends the input:" ...

string.getline() doesn't work
...

string.getline() doesn't work
The output is only the "cout" output. [output][b]Insert string:[/b][/output]

string.getline() doesn't work
[code]string test; cout << "Insert string" << endl; while (1) { g...

string.getline() doesn't work
I wrote: [code] string test; getline(cin, test);[/code] I should be able to put into the str...

This user does not accept Private Messages