Posts by Marcus Antunius • 11 points
1 post
-
1
votes3
answers10296
viewsA: How to read a string with C++ space inside a function
You can use the cin.ignore(256,'\n'); before reading the cin>>algo
1 post
1
votes3
answers10296
viewsYou can use the cin.ignore(256,'\n'); before reading the cin>>algo