C:\C++ CODEBLOCK\composition_of_classes\person.h|10|error: 'Birthday' does not name a type|
C:\C++ CODEBLOCK\composition_of_classes\person.h|14|error: 'Birthday' has not been declared|
C:\C++ CODEBLOCK\composition_of_classes\person.h|14|error: 'Birthday' has not been declared|
Did you misplace your Birthday.h header or so, cause that basically compiled for me.
I added some capitalization (imo filenames, classes, methods should be capitalized) some some quality of life and rearranging (for example, avoiding cout stuff in the classes).