Question d’entretien chez Rockstar Games

Describe an entity management system that avoids dangling pointers.

Réponse à la question d'entretien

Utilisateur anonyme

22 juil. 2017

You can use shared pointers. With this, you won't have any problems with pointers pointing to deleted memory.

1