In C++, there is always a more elegant way than using goto. for, while, continue, break are your friends.

Note: In C++, C is a different beast, it does not have RAII.

Next - Previous