I have two classes class a and class b
I #include class a in class b anb class b in class a the reason for this is that class a needs to interact with class b and vice versa. I have my #include guards in but I still get the error message #include nested too deeply. Is there a way to get around this.



LinkBack URL
About LinkBacks



How about showing us the whole of the class definition? Or is it too big?