My first post so please go easy on me!
I know that there\'s no real difference between structs and classes in C++, but a lot of people including me use a struct or class
My personal preference is to only use structs if there's no methods at all. If I need to add a method for any reason, it's a class.