Posts by staltux • 85 points
2 posts
-
0
votes1
answer155
viewsQ: Load operator "<<" by separating the declaration(.h) from the definition(.cpp)
I’m trying to separate the definition of the class implementation into separate files, but I’m getting Undefined Ference on the operator <<. What I’ve already tried: Change the order of…
-
8
votes1
answer148
views