break statements can be used in looping constructs, and in switch/case blocks. They cannot be used to break out of an "if" block, or as an alternative means of returning from a function.
Also, <iostream.h> is non-standard. #include <iostream> instead.