Search Results

3
votes
8answers
331 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 …