Liste des Groupes | Revenir à cl c++ |
On Sun, 30 Mar 2025 16:09:38 +0000, Muttley wrote:You're entitled to your opinion. I tend to use a few global objects,>
often singletons that contain most of the code. Having them global means
I don't have to pass a reference into every damn function in one object
that requires the other object.
Singletons don't have to be global objects if you use the Meyers Singleton
pattern.
Les messages affichés proviennent d'usenet.