You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generally it's not good practice to put everything in a header file. The point of a header file is to reveal the outline of a another cpp or c file so others can easily contribute without needing to communicate and ask what something is.
Although I'm already beginning to understand your code, it would be appreciated if you refactored and migrated your definitions to a new cpp file.
Thanks,
Andrew
The text was updated successfully, but these errors were encountered:
Generally it's not good practice to put everything in a header file. The point of a header file is to reveal the outline of a another cpp or c file so others can easily contribute without needing to communicate and ask what something is.
Although I'm already beginning to understand your code, it would be appreciated if you refactored and migrated your definitions to a new cpp file.
Thanks,
Andrew
The text was updated successfully, but these errors were encountered: