计算器的设计

上传:a32157a 浏览: 33 推荐: 0 文件:TXT 大小:1.66KB 上传时间:2019-01-05 01:17:09 版权申诉
#include #include #include using namespace std; const int MAX(80); void eatspaces(char* str){ int i(0); int j(0); while((*(str + i) = *(str + j++)) != '\0') if(*(str + i) != ' ') i++; return ; } double number(char* str,int& index){ double value(0.0); if(!is
上传资源
用户评论