G
Guest
I have two files x.h and y.h which define 'class X' and 'class Y'
X has data member of type Y => there is - #include "y.h" in the file x.
Y has data member of type X => there is - #include "x.h" in the file y.
why the compiler doesn't let me do it ??????????!!!!!!!!!
what am i missing ?
thank
X has data member of type Y => there is - #include "y.h" in the file x.
Y has data member of type X => there is - #include "x.h" in the file y.
why the compiler doesn't let me do it ??????????!!!!!!!!!
what am i missing ?
thank