Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Possible WISH LIST item?
Message
 
À
24/10/1998 11:52:22
Eric Barnett
Barnett Solutions Group, Inc
Sonoma, Californie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00149579
Message ID:
00150174
Vues:
39
>I think reference counting is a HUGE plus and fairly mandatory to a good OOP language. I don't know how you would get by without it.

Well, the C++ world manages to muddle along. :)

That said, you obviously have to be quite careful to avoid memory leaks in C++. Garbage collection is a frequently asked for feature (and explains much of the popularity of Java). Some programmers simply manage reference counting on their own (I believe the Standard C++ Library string class uses reference counting to avoid unnecessay copying).

But you _can_ get by without it. And if you can, your app will be faster, as a result.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform