I'm trying to do a cout operator on my code, but when I try to compile it's giving me an error. I know I'm overlooking something, but I can't pin point it.
Here's the last error the compiler is giving me:
In file included from SLList.h:6:0,
from test.cpp:5:
SLNode.h:35:24: note: ‘SLNode’ is not derived from ‘const std::basic_string<_CharT, _Traits, _Alloc>’
It's saying something about a string, which has got me confused.