Introduction - If you have any usage issues, please Google them yourself
This project requires you to write a program that imitates a simple desk calculator. Your calculator must be able to accept an infix expression which at least includes (,),+,-,*, /,, And ^ (exponentiation operator, a ^ b = ab). If the expression is legal, output its value, else output an error message. Input Specification: Your program must read test cases from a file
Packet : 61549817project1.rar filelist
118_楼立云_120_杨曦Project1\input.txt
118_楼立云_120_杨曦Project1\main.cpp
118_楼立云_120_杨曦Project1\mathop.h
118_楼立云_120_杨曦Project1\output.txt
118_楼立云_120_杨曦Project1\project_1.doc
118_楼立云_120_杨曦Project1\Project_1.dsp
118_楼立云_120_杨曦Project1\Project_1.dsw
118_楼立云_120_杨曦Project1\Project_1.ncb
118_楼立云_120_杨曦Project1\Project_1.opt
118_楼立云_120_杨曦Project1\Project_1.plg
118_楼立云_120_杨曦Project1\stack.h
118_楼立云_120_杨曦Project1