Need Help for simple calculator program[quote] [code] string input; bool error; double a1; do { error = false; ...
Need Help for simple calculator programi change to this code [code] do { getline(cin, input); if (isdigit(input[0])) a1 = atof(inpu...
Need Help for simple calculator program[quote] Try atof(input.c_str()) [/quote] okay i try to change it to [code] cout <<"insert first num...
Need Help for simple calculator program[quote] 1) use isdigit() then atoi() 2) use getline() then do (if string.size==1 &&(string[0]=='*'¦...
Need Help for simple calculator programsorry for my english is poor i make simple calculator, and want to validate it, it is good but not ...
This user does not accept Private Messages