0
votes
C++ design question - Network packets and serialization
To have a Factory class that does not know about all the types ahead of time you need to provide a singleton where each class registers itself. I always get the syntax for defining static members …
