c++ - How do I "break" out of an if statement? - Stack Overflow
I have a if statement that I want to "break" out of. I understand that break is only really for loops. Can anyone help? For those that require an example of what I'm trying to do: if ......