Hey -

I had a simple question concerning while loops. I need to be able to have code inside a loop exit the loop when a certain condition is met. An example would be the VB code, "exit while". Is there a C++ equivilent? Thanks for your help . . .

TheLeeMan