Mensys Online Shop

C++ Coding Standards

Categorie:Algemeen - Boeken Van:Addison Wesley US
Meer informatie:www.awprofessional.c...Auteur(s):Herb Sutter, Andrei Alexandrescu
Bladzijden:220Publicatie-jaar:2005

In this book each standard is described, with practical examples. From type definition to error handling, this book presents C++ best practices, including some that have only recently been identified and standardized - techniques you may not know even if you've used C++ for years. Along the way, you'll find answers to questions like.- what's worth standardizing - and what isn't?;- what are the best ways to code for scalability?;- what are the elements of a rational error handling policy?;-  » Lees meer...

C++ Coding Standards

Selecteer een of meer artikelen en klik dan op Bestellen. Aantallen kunnen op de volgende blz. gewijzigd worden.
Partnr.OmschrijvingEuro *Euro incl. BTW 
F70212 C++ Coding Standards41.4243.91

Alle prijzen zijn in Euro excl. BTW (19%, voor boeken 6%) en excl. verzendkosten.
E-mail of bel 023 548 20 20 voor licenties, upgrades en andere vragen.

In this book each standard is described, with practical examples. From type definition to error handling, this book presents C++ best practices, including some that have only recently been identified and standardized - techniques you may not know even if you've used C++ for years. Along the way, you'll find answers to questions like.- what's worth standardizing - and what isn't?;- what are the best ways to code for scalability?;- what are the elements of a rational error handling policy?;- how (and why) do you avoid unnecessary initialization, cyclic, and definitional dependencies?;- when (and how) should you use static and dynamic polymorphism together?;- how do you practice 'safe' overriding?;- when should you provide a no-fail swap?;- why and how should you prevent exceptions from propagating across module boundaries?;- why shouldn't you write namespace declarations or directives in a header file?;- why should you use STL vector and string instead of arrays?;- how do you choose the right STL search or sort algorithm?;- what rules should you follow to ensure type-safe code?