How do I use the or "||" operator with a Char type in a loop?Exactly what I needed. I am taking basic C++ right now so the toupper was very helpful. Thank you fo...
How do I use the or "||" operator with a Char type in a loop?I am trying to make this loop until a valid char is entered. [code] while ( VALID =1) { cout ...
This user does not accept Private Messages