Thanks.. I've tried to fix my code with what you two suggested.. I'm doing something wrong, however. I hate to continue posting topics about this, but I really need the help and I want my question to...
Thanks Superbonzo. You seem to clearly grasp what I'm doing wrong. However I'm still a little confused.
Actually I'm very confused.
How do I find the length of the vector V?
And what special...
Thanks Paul, I do try really hard to learn from my mistakes. I know it will pay off one day.
But, I had tried using the debugger and could not find out why it was skipping. It just wasn't catching....
You actually don't need the three chars: a, b, and c.
I'm not completely familiar with c coding, but with c++ you would..
char charVariable;
cin >> charVariable;
if(charVariable == 'a');
Yes, I did mean truncating.
I switched it to floats and I set the precision to 10.
The program is working flawlessly now if anyone is interested in seeing the RPN Calculator
I'm having trouble using a stack's functions when passing it by reference.
I'm currently messing around with passing a pointer to the stack instead, but to no avail.
Any help would be appreciated....
Hi, I'm not sure if this is the correct place to post, or if posting for help debugging is even allowed (as this is my first post). If I'm in the wrong, let me know.