Some C++ programs to show the use of Arrays as Stack, Arithmetic Expression Evaluater, Postfix to Infix conversion, Infix to POstfix conversion, etc.
DS-02: A C++ Program to illustrate the implementation of array as a Stack using Graphics.
DS-03: A C++ Program to illustrate the implementation of Stack as an Arithmetic Expression Evaluater using Graphics.
DS-19: A C++ Program to illustrate the implementation of array as a Stack.
DS-27: A C++ Program to illustrate the implementation of Stack as an Arithmetic Expression Evaluater.
DS-28: A C++ Program to convert an Infix Expression into a Postfix Expression.
DS-29: A C++ Program to convert a Postfix Expression into an Infix Expression.
DS-42: A C++ Program to implemen Arithmetic Expression Evaluater accepting {} & [] also.