Quote Originally Posted by nuzzle View Post
A forward declaration cannot replace a class definition. In this case the definition of Observer must be known in the implementation of Subject's notify method
How to do that??