[Solved] Can I have a non-static data member in a static class?
All members are static. Of course they are, because if you can’t instantiate an object from that class, why would there be any non-static members? solved Can I have a non-static data member in a static class?