M
mpaliath
Suppose I have 2 classes X & Y declared in X.h & Y.h and defined in
X.cpp & Y.cpp. If I have a function which returns an object of X in Y
and one which returns an object of X in Y how where and in what order
do I include the files X,Y.cpp,.h
Also sometimes while working in Visual C++, after adding some code
manually I find that some classes dissapear from the class view tab. If
I try to add the class again with the already existing files it shows
that the class already exists. Whats happening??
X.cpp & Y.cpp. If I have a function which returns an object of X in Y
and one which returns an object of X in Y how where and in what order
do I include the files X,Y.cpp,.h
Also sometimes while working in Visual C++, after adding some code
manually I find that some classes dissapear from the class view tab. If
I try to add the class again with the already existing files it shows
that the class already exists. Whats happening??