Why is it not prompting me to input the End Location?


I need help with this program. This is just the parts of the program leading to my issue that I can't figure out... Why isn't it allowing me to input the End Location?

edit: removed code to prevent any duplication of my garbage program because this is a project assignment.
Last edited on
Put cin.sync(); on line 71. That should fix the problem.
Last edited on
And it did :D
Thanks a lot Null.
Topic archived. No new replies allowed.