The do loop of my program is not working as expected

Pages: 12
@PanGalactic

Nice, thnx :o)
Hello Guys,
I want to tell you all that I appreciated your contribution and i also would like you to know that I was finally able to find the solution to my problem. In this case, it was the mixing of the operators "cin" and "getline" as suggested PanGalactic who i thank for his vision. What I did exactly to solve the solve the issue is that I added a "cin.ignore()" after "cin" to skip the "space or Enter that was added into memory (buffer) by the operator cin.


Topic archived. No new replies allowed.
Pages: 12