4/13 What's up with forward declarations and member function pointers in C++?
I've got a bunch of classes that need to include each other, but when I
try using a pointer to a member function (fooclass::bar) I get some
bullshit about "incomplete type fooclass has no member named bar". Even
though it does. So I can't get this bitch to compile. Am I just screwed?
Happy Friday the 13th btw.
\_ platform? compiler? a smaller sample that doesn't work? From
here is sounds like you're screwed. I've done that web of
class dependencies before with no problems. -meyers
\_ Yes, post your code in /tmp or something for others to view.
\_ hmm. well i'm juggling other things right now so I'll try
doing that later. this is g++ on linux by the way.
i believe it would work if i change from calling class A's
constructor in class B's constructor to setting it up manually,
but that's not very elegant, and this is stuff other ppl will use.
\_ Hand coding kludged solutions are known as "job security".
\_ yeah, especially if you're stupid and your coding-fu is
weak.
\_ leave him alone, he's probably only taken cs61b.
\_ Right, sorry. I forgot about the "no-beating-
up-on-retarded-kids" rule on the motd. mea culpa.
\_ When you're laid off and during the exit interview
your manager thanks you for writing such clear and
easy to modify code, you'll think back on this.
\_ Talking from experience, huh? Poor guy. Have
you ever considered a job in a less technical
field?
\_ You'll see. It's easy to be 23 and think
you're hot shit and the world is your
oyster.
\_ not likely. People that do this sort of feeble
"job-security" crap get fired where I work.
Grow up and get a real job, kid.
\_ And the name of your New Age Enlightened
company is...? |