hello there hope you doing well. so i have this problem when i am trying to make a declaration for a child class in a parent class it gives me this error:
unknown type name 'Gold'and that is because i haven't include the headers. However, when i include the the headers it gives me the error nested too deeply!!
" i am trying to make a declaration for a child class in a parent class"
If I understand you. You cannot do the above. The parent class does not "know" about the child class.