This is using the WIN32 API in C++ and is the Asteroids clone I am working on in my spare time as a learning project and I have a problem that I've narrowed down to being a default constructor issue ...
I need to create an interface that specifies that the constructor for any implementing class has to take specific arguments. Is this possible? After a bit of googling, it appears that it's not, but I ...