+ 1
Why can't we input a string after we input aany other variable?
Like in code blocks It doesn't work when "gets" comes after cin >>
1 Answer
0
I also encounter similar problem in code blocks . I use cin.getline function to input string .
Like in code blocks It doesn't work when "gets" comes after cin >>