hello
i need to do a task in c++ and i am asked to write a c++ program to get n number (as string because they are big numbers) and calculate n operation on them
something like this: 2542585 * 12555 - 1257 + 45458 / 487525
and also it is necessary to prefix,infix and postfix be concluded in the program .
would you please help me?
thanks the best