Commenting out cout (print) code causes different resultHi, What happens at line 50 when line 22 evaluates to true, but line 31, 37 and 43 evaluates to f...
Switch structure not workingTry putting a [code]break;[/code] before your [code]default: [/code]label
Input Strings and OperationsUse compare(), a member function of the class string. There's an example on this page http://www....
More 'standard' system("cls")?helios is right... none of the system commands anyone has posted so far in the forums works when I r...
Just started out learning C++If you already know that system is bad then why still use it?