I'm using Visual Studio 2008 Express edition, and keep getting the following error:
"Cascadedisplay.h(4) : fatal error C1014: too many include files : depth = 1024.
Obviously
I'm doing something very wrong with include files, but
I just can't see what.
Basically,
I have an interface class, StackDisplay, from which
I want to derive
…