User: lksnip

  • Public profile

User profile: lksnip

User info
User name:lksnip
History
Joined:
Number of posts:5
Latest posts:

Need Help for simple calculator program
[quote] [code] string input; bool error; double a1; do { error = false; ...

Need Help for simple calculator program
i 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 program
sorry 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