User Profile
Collapse
Profile Sidebar
Collapse
dragneel
Last Activity: May 21 '12, 04:39 PM
Joined: Apr 7 '12
Location:
-
Well, i already have the SAME virtual methods in both operand and barrel (except for virtual barrel* mix() in barrel.h instead of virtual operand* mix() )but i have the same error. -
I have even tried to use operand as an abstract class, but nothing. So you say that i must completely define every method of operand?Leave a comment:
-
invalid use of incomplete type struct...
I have this error.
"Invalid use of incomplete type struct Operand forward declaration of struct Operand". i got the same error some days ago, so i asked somewhere but the code was correct and i resolved creating again those files. But now i have again this error and i can't get rid of it :( I have this error in these 2 files.
barrel.h
...Code:#include "operand.h" #include <string> using
No activity results to display
Show More
Leave a comment: