Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Question for the C++ gurus
Message
De
19/05/2000 00:31:25
 
 
À
12/05/2000 09:59:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00368531
Message ID:
00370990
Vues:
22
>>this is just a very simplified "philosophy" of memory allocation, because, in practice, there are a lot of techniques, strategies,
>>etc. Each one with its own advantages and disadvantages.
>
>Any resources that you know of that delve into these philosophies, techniques, and strategies in more detail? (books, web sites, etc.)

Here are the last two good books I've read on C++ and which discuss these matters as well:
"Effective C++" by Scott Meyers ISBN:0-201-92488-9
"More Effective C++" by Scott Meyers ISBN 0-201-63371-X

Both are 100% what their title says. The first one has one special and excelent chapter on memory management. The
second one contains deep discussions on the "new" and "delete" operators, smart pointers and good memory
management + exception handling.

Another wonderful book is Bjarne Stroustrup's "The Design and Evolution of C++" (ISBN: 0-201-54330-3).
He also dedicates a special chapter to memory management where he explains why is memory management
the way it is in C++.

Vlad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform