FYI Jos these are the errors
childClass.h:13 : error: ISO C++ forbids declaration of ‘parentCla ss’ with no type
childClass.h:13 : error: expected ‘;’ before ‘*’ token
childClass.h:15 : error: expected `)' before ‘*’ token
when compiling parentClass.cpp
childClass.h:13 : error: ISO C++ forbids declaration of ‘parentCla ss’ with no type
childClass.h:13 : error: expected ‘;’ before ‘*’ token
childClass.h:15 : error: expected `)' before ‘*’ token
when compiling parentClass.cpp
Comment