No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
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:"; … | |
Re: try to visit to this forum madz_forum.iwannaforum.com they can solve your problem | |
Re: You can visit and register to this forum madz_forum.iwannaforum.com they will help you in your problem | |
Re: I can help you but in one condision.. ? | |
Re: Use a for loop rather than while. you can control more the flow of your program if it is in for loop | |
Re: It is much better if you use a switch rather that if statement. |
The End.