Inhert from two diffrent files? [code] // Object.h #ifndef OBJ_H #define OBJ_H class Object { . . . }; #endif // Derived.h #ifn...
Inhert from two diffrent files?Yes of course, you should only include header file in which your base class is declared
ClosedYou've missed function return - type , signature on line 65 And also if lines from 65 to 84 is...
Edge DetectionHi all, can anyone give filter for face edge detecting??? I really need it. Thanks for your time.
c++ friend operator and ClassesBut there are a lot of other mistakes in your code. Read it carefully again. 1.In friend function b...
This user does not accept Private Messages