Description: 1) input from the keyboard correct any syntax (infix) expressions, display and save the expression. (2) the use of the stack structure, to the (infix) expressions into postfix expression, and displays the status of the stack change process and the resulting postfix expression. (3) the use of stack structure, the value of the postfix expression is evaluated, and shows the status of the stack change process and the final result.
To Search:
File list (Check if you may need any files):
expressionEvaluation\main.cpp
....................\Makefile
....................\nbproject\configurations.xml
....................\.........\Makefile-Debug.mk
....................\.........\Makefile-impl.mk
....................\.........\Makefile-Release.mk
....................\.........\Makefile-variables.mk
....................\.........\Package-Debug.bash
....................\.........\Package-Release.bash
....................\.........\private\configurations.xml
....................\.........\.......\private.properties
....................\.........\.......\private.xml
....................\.........\project.properties
....................\.........\project.xml
....................\stu_inf.txt
....................\nbproject\private
....................\build
....................\dist
....................\nbproject
expressionEvaluation