no operator matches this operandWait...on line 70 and 75 you have two definitions of acc; you should have only one.
no operator matches this operandWhat line is the error occurring on?
do you have any weird traditions?It is a console-based game (console on the computer) and not a console-based game (it has nothing to...
Cubic Equation Solver with outputIt's hard to give tips without seeing what you've written and how you've tried to approach the probl...
Using typedef struct as a function parameterYou don't need to use typedefs like that in C++, but otherwise the code looks fine. What's the error...