Don't know how to get startedThanks everyone for the great answers. I'd appreciate it :)
Don't know how to get startedGreetings everyone! I'm currently learning C++, and I have just passed the topic 'Pointers'. I ha...
Loop continues when writing multiple numbers or charsThe problem is now solved, I needed to clear the cin and use the cin.ignore, after the invalid messa...
Loop continues when writing multiple numbers or charsThank dhayden for the answer, The numbers are now working, thanks. BUT if I enter a char, it runs a...
Loop continues when writing multiple numbers or chars[quote]menu(); You need to call menu again inside the loop. Otherwise menuSelect will be the char y...