was attempting to define a class (or structure) that was all "static" and would not need to be instanciated.
Why? If you don't need a class, so you can create instance, don't define a class. You can still use .h and .cpp files.
was attempting to define a class (or structure) that was all "static" and would not need to be instanciated.
Why? If you don't need a class, so you can create instance, don't define a class. You can still use .h and .cpp files.