I have a project going (the idea for which I got from a website a couple of years ago) and its been going pretty well. However, I have come upon a strange error, which I can't find the source of (well, I know the source but I don't know what I'm doing wrong).
I have attached the full source (it concerns simulation of a rabbit colony's life) below.
The error that the compiler gives me is (lines 17 & 18, file Map.h) error: 'Rabbit' has not been declared. Then, on line 23 of the same file: error: 'Rabbit' does not name a type. They must be related...
Please read the offending file, and make a suggestion :-).
Thanks,
Jack