I am new to c++ and have a question about the while loop.
If I have one key condition that is let's say a gamebreaker. Ie money = less than 0, does everything else then go in a big while loopn which may contain many more while loops and if else statements.
Sorry if it seems a noobish question.