Hi i'm fairly new to c++ and i'm facing a bit of an issue when it comes to coding classes.
While i understand that every functions that is related to the class should be a member function of that class.
i'm unsure what to do with simple function that don't really belong to any class. such as a help message. they're not related to any object so where do i put them? in there own class called misc or utility or something along those lines? or do i just place them in a class that is "sorta" related?