True Story
True Story
True Story
You're viewing a single thread.
Looks like we've got a Java programmer here taking C++ for a spin.
Yep, first thing that comes to mind is that header only classes need to use inline functions.
Member functions that are defined within a class definition are implicitly inline
Ah I see now that I mixed it up with classless functions in a header.