User profile: Zhuge

User info
User name:Zhuge
Location:Mizuho
Statistical data
Gender:Male
Occupation:Student
Skills:C
PHP
C++
CSS
HTML
History
Joined:
Number of posts:2974
Latest posts:

no operator matches this operand
Wait...on line 70 and 75 you have two definitions of acc; you should have only one.

no operator matches this operand
What 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 output
It'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 parameter
You don't need to use typedefs like that in C++, but otherwise the code looks fine. What's the error...