摘要: 1 //Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> //一个能处理四则运算的程序,实现语言C++,支持嵌套括号,可以处理实数,源码见下面: 2 #include 3 #include 4 #include 5 6 #include 7 using namespace std; 8 const int MAX=1000; 9 10 11 12 class Input 13 { 14 p... 阅读全文
posted @ 2013-08-29 09:32 liyunyu1 阅读(1539) 评论(0) 推荐(0) 编辑