Re: Processing expressions of either infix or postfix
Originally Posted by youngyou4
Code:
int evalExp (const string &)
I dont know where to even start from here. I understand i have to create a empty stack but i dont even know where to begin.
Code:
#include <stack>
int main()
{
std::stack<int> IntStack; // an empty stack of integers
}
* The Best Reasons to Target Windows 8
Learn some of the best reasons why you should seriously consider bringing your Android mobile development expertise to bear on the Windows 8 platform.