[c++] What's this error?
What does this error mean?
Undefined first referenced
symbol in file
operator<<(std::basic_ostream<char, std::char_traits<char> >&, Diamond&)/var/tmp//ccR39vYu.o
ld: fatal: Symbol referencing errors. No output written to a.out
collect2: ld returned 1 exit status
I'm trying to overload the << operator within a class, and this is the only part that I can't seem to get working. Let me know if you need more code or if you know what I should check out to fix it. Thanks
|