User Profile

Collapse

Profile Sidebar

Collapse
dragneel
dragneel
Last Activity: May 21 '12, 04:39 PM
Joined: Apr 7 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • dragneel
    replied to invalid use of incomplete type struct...
    in C
    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.
    See more | Go to post

    Leave a comment:


  • dragneel
    replied to invalid use of incomplete type struct...
    in C
    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?
    See more | Go to post

    Leave a comment:


  • dragneel
    started a topic invalid use of incomplete type struct...
    in C

    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
    ...
    See more | Go to post
No activity results to display
Show More
Working...