You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
ValveTime.co.uk | Valve News, Forums, Steam
This is in Java however I suspect its the same in C++ as well.
For the project I am doing I am being forced to use a while loop that will keep looping as long as a String is either A or B. However the compiler keeps returning an error stating that I can't have an "or" statement within the parameter for the loop. More specifically it is telling me:
operator || cannot be applied to boolean,java.lang.String