#include<iostream.h> #include<stdio.h> #include<conio.h> #include<stdlib.h> #include<string.h> int main() { char tmp[15]; char str[15], csf[15]={"E"}; int ssm=0, i, j, v, k, pos=0, a; clrscr(); char pt[6][5][4]={"" , "i" , "+" , "*" , "/", "E", "TX", "n" , "n" , "n", "X", "n" , "TX", "n" , "" , "T", "VY", "n" , "n" , "n", "Y", "n" , "" , "VY", "" , "V", "i" , "n" , "n" , "n"}; cout<<"\n Enter An Expression: "<<endl; cin>>str; while(str[ssm]!='/') { ...
Learn C++ Programming fast and easy, find C++ Program Codes