Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~1K People Reached
Favorite Forums
Favorite Tags
c++ x 6

8 Posted Topics

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
410
Member Avatar for grunge man
Member Avatar for andrewking

try to visit to this forum madz_forum.iwannaforum.com they can solve your problem

Member Avatar for Sturm
0
91
Member Avatar for addicted

You can visit and register to this forum madz_forum.iwannaforum.com they will help you in your problem

Member Avatar for Narue
0
160
Member Avatar for Madzts
Member Avatar for eXceed69
0
102
Member Avatar for dacs
Member Avatar for bigben09

Use a for loop rather than while. you can control more the flow of your program if it is in for loop

Member Avatar for Ancient Dragon
0
96
Member Avatar for kylcrow
Member Avatar for Madzts
0
164

The End.