Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
1
1 Commented Post
0 Endorsements
~522 People Reached
Favorite Forums
Favorite Tags
c++ x 2
Member Avatar for Afaq Haider

Hi, Friends plz help me to Convert infix expression to postfix expression using stacks (simple C++ program), I m new to c++ so i don't knw too much abt c++, write a simple program for me, i have just five days more for submitting my assignment, so plz help me, …

Member Avatar for boiamz
-1
117
Member Avatar for Madzts

Hi. . can any one help me in converting infix to postfix. . i do not know what is wrong in my code. . help!!!plz [code] #include<iostream> #include<string> #include<conio.h> #include<stdio.h> using namespace std; void main() { char stack[10]; char input[10]; char output[10]; char plusminus,multdiv; int a; cout<<"\tInput an infix expression:"; …

Member Avatar for Afaq Haider
0
405