¡@

Home 

c++ Programming Glossary: stuffcollection

Circular Dependencies / Incomplete Types

http://stackoverflow.com/questions/7666665/circular-dependencies-incomplete-types

dependencies incomplete types. The situation is as follows Stuffcollection.h #include Spritesheet.h class Stuffcollection public void myfunc.. as follows Stuffcollection.h #include Spritesheet.h class Stuffcollection public void myfunc Spritesheet spritesheet void myfuncTwo Stuffcollection.cpp.. public void myfunc Spritesheet spritesheet void myfuncTwo Stuffcollection.cpp void Stuffcollection myfunc Spritesheet spritesheet unsigned..