7

Somehow I wrote some code that ended up comparing a string type object against a pointer of an unrelated class. There are NO functions to convert that class to any kind of string representation. Let alone ones that would allow that to happen in C++.

WhyTF did the compiler not pick up on this?

Comments
Add Comment