0
I am having problems in taking inputs a multiple times on this platform....Can anybody helpe out?
I am making a game which requires a two player input but just after the first input it gets terminated.
2 Respostas
+ 1
If input is string try getline(cin>>ws,s); where s is string s; ws represents white spaces
0
can you see me your code ?