I would reallly appreciate some help with this. The actual code is different, but the setup is the same...
I have created two classes:
Class1, Class2
each in separate header files.
i've created #ifndef declarations for both and included the header files of each class.
for some reason, the...