I was wondering if you can do this? I would like to make a new class to encapsulate some of my functions that are beginning to clutter my project like stray cats.

I was wondering do I have to include the complete definitions in a .cpp file or can the whole lot go in a header file?

Thanks