It's been a while since I've used C++, and I've gone a little rusty. One problem I managed to overcome in the past was situations where two header files include each other... For example
In resource.h
In resourcemanager.hCode:#include "resourcemanager.h"
... but now I've forgot how to get around it. Can anyone help me out?Code:#include "resource.h"![]()




Reply With Quote