immediate exit while loop c++ - Stack Overflow

immediate exit while loop c++ - Stack Overflow

瀏覽:965
日期:2025-04-23
2009年5月16日 - How do I exit a while loop immediately without going to the end of the ... Use break? while(choice!=99) { cin>>choice; if (choice==99) break; ......看更多