Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Possible WISH LIST item?
Message
 
To
24/10/1998 11:52:22
Eric Barnett
Barnett Solutions Group, Inc
Sonoma, California, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00149579
Message ID:
00150174
Views:
40
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform