cin & if, else mixI made it work. I can use as many cin as i want now, including mixing cin, >> and getline with if, e...
cin & if, else mixI have read the post and here is an example that doesn't uses getline: #include <iostream> i...
cin & if, else mixThe problem ain't getline. I can remove getline from whole code and just use cin. Nothing will cha...
cin & if, else mixWhy does it ignores cin and how make it work ? please help #include <iostream> int main() ...
This user does not accept Private Messages