Ending a program or loop early in C++ - MathBits.com
經安全檢測,此網站為安全網站,請放心前往原始網址!
Ending a program or loop early in C++ - MathBits.com
the break statement gets you out of a loop. No matter what the loop's ending condition, break immediately says "I'm outta here!" The program continues with the ...