3
votes
8answers
339 views
Trouble with Factory and dynamic allocation in C++
I have a factory that builds the objects with longest lifetime in my application. These have types, lets say, ClientA and ClientB, which depend on Provider (a …
