C++ switch while infinite loop issue
Advertisements I’m a total beginner at C++ and I’m trying to make a program which displays train schedule by selecting routes from the menu. I also want to make it possible to choose multiple options and quit manually. The issue is: every input creates an infinite loop. #include <iostream> #include <iomanip> #include <locale> using namespace… Read More C++ switch while infinite loop issue