I tried to get in input a line with more than one word, and to do so i used the function getline(cin,text), but when I compile the program and run it, it skips the instruction getline
here's the code that doesn't work
Do anybody have a clue of what to do to fix it?
Tried that, but didn't work...
But I solved it anyway: here is missing a part of my code, so i tried to remove it from my actual code and found out that you can't put a cin before a getline
Thank you very much anyway :D