break statement - C and C++ Syntax Reference - Cprogramming.com
Cprogramming.com is a combination of C++ tutorials, compiler information, programming links, a VERY ACTIVE programming message board, and C and C++ source code . ... break loop { break; //code... } or switch( variable) { case value: /* code */ break ......