0
gets() or cin.getline() skipped input
whenever I use gets or cin.getline the output screen skips it's input and go to next input...help needed urgently...
3 Antworten
0
It's working in code Playground enter all those inputs line by line
0
but I want it in Dev c++
0
we can use cin.ignore() before gets or cin.getline() to make it happen