Question about Organizing Code
I have written a lot of functions for my class and it's all stuck on one file, so it's very hard to read since it's very long, is there a way to separate or hide some of the helper functions into another file so that the code will be more readable and maybe stick a include header at the top of my cpp file?

