c++ - Breaking a "for" loop using "break" considered harmful? - Stack Overflow
Some days ago I started a quick open source project and, when some mates looked at the code on svn, one of them told me that using break statement inside a for loop is ......