C++ Function Definition Question

Hi there,
New guy here, still figuring stuff out. In our BaseCharacter source file where we are declaring our functions, does it matter in which order I define the functions from the header file? Like when I went through the challenge I initially put all the tick code for the definition above the other two functions, below the constructor, but then when the lesson continued he put his code at the bottom of the others. Now I do remember something about it does matter in which order functions are defined for like flow of execution, but does source file definition order matter? If not, what is a good practice to get into?

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.

Privacy & Terms