I'm basically having trouble with my first program that has classes(first one not dealing with tutorials and exercises).
I ran into a problem where the classes need to see each other. I thought simply using class Class; would work... but it doesn't. It looks at it as a structure. I'm basically seeing how to do this.. I've just been adding classes on the fly. Is this bad design, or is there a way around this?