| | |
About infix to postfist and postfix evaluation
Please support our C# advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Aug 2009
Posts: 24
Reputation:
Solved Threads: 0
hi guys.. my teacher told me to do a program for infix to postfix..
and the post fix evaulation..
I just wanna ask what to use, when making a program like this...
example:
input: (a+b*c-d)
output: abc*+d-
is it really possible to input it once?
hehe...
and btw, could you help me debugging if I had made a program?
thanks in advance guys..
and the post fix evaulation..
I just wanna ask what to use, when making a program like this...
example:
input: (a+b*c-d)
output: abc*+d-
is it really possible to input it once?
hehe...
and btw, could you help me debugging if I had made a program?
thanks in advance guys..
•
•
Join Date: Aug 2009
Posts: 24
Reputation:
Solved Threads: 0
uhmm... i havent yet.. but i'll make one as soon as i could think of a code..
hehe.. thanks guys.
btw.. what is more simplier... stack or queue?
i have no idea of the two...
our proff discussed it but i like reading in the net than hearing his lessons..
hehe.. thanks guys.
btw.. what is more simplier... stack or queue?
i have no idea of the two...
our proff discussed it but i like reading in the net than hearing his lessons..
Last edited by wil0022; Oct 4th, 2009 at 2:34 pm.
Why do you think your prof mentioned stacks in the first place? Did you listen? If you like reading the net, you probably know there is lots off stuff about this subject. So come on man, get off that silly game you are playing and show us some coding efforts!
Today is a gift, that's why it is called "The Present".
Make love, no war. Cave ab homine unius libri.
Danny
Make love, no war. Cave ab homine unius libri.
Danny
The point ddanbe was trying to make is that at Daniweb we help those who help themselves :http://www.daniweb.com/forums/announcement61-2.html
Your lecturer would have given you the basic concepts that you need to use, your job is to understand them by reading about them and experimenting with them.
We will gladly help you locate and correct errors in your code, but you need to make a start on your own first , we can't do all the work for you
Your lecturer would have given you the basic concepts that you need to use, your job is to understand them by reading about them and experimenting with them.
We will gladly help you locate and correct errors in your code, but you need to make a start on your own first , we can't do all the work for you
Please don't take for granted the work that solvers do for you. Take the time to fully understand the code they give you so that you might adapt it to future problems.
"Learning is more than absorbing facts, it is acquiring understanding.” - William Arthur Ward
"Learning is more than absorbing facts, it is acquiring understanding.” - William Arthur Ward
Forget about C here! You must learn to think the OO way. Read this
Today is a gift, that's why it is called "The Present".
Make love, no war. Cave ab homine unius libri.
Danny
Make love, no war. Cave ab homine unius libri.
Danny
![]() |
Similar Threads
- infix to postfix to evaluate (Java)
- "Infix-Postfix & Postfix-Infix" codes problem (C)
- infix to postfix to answer pls help!! (C++)
- Any Idea of doing (Infix to Postfix calculater) using Stack? (C++)
- infix to postfix (Java)
- infix to postfix and evaluating postfix...using booleans (C++)
- Error when evaluate some Postfix (C++)
- Infix to postfix and evaluate. (Java)
- Please AnyBody Can Help Me To Build Assembly Code Infix To Postfix It So Hard T_T (Assembly)
Other Threads in the C# Forum
- Previous Thread: help with c# classes
- Next Thread: search date in datagridview control inc#.net 2005
| Thread Tools | Search this Thread |







