Mensys Online Shop

C++ Coding Standards

Category:General - Books By:Addison Wesley US
More info:www.awprofessional.c...Author(s):Herb Sutter, Andrei Alexandrescu
Pages:220Year of publication: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?;-  » Read more...

C++ Coding Standards

Select one or more articles and then press Order. Quantities can be changed on the next page.
Partnr.DescriptionEuro *US$Euro incl. VAT 
F70212 C++ Coding Standards41.4256.9443.91

All prices are in Euro excl. VAT (19%, for books 6%) and excl. shipping.
E-mail or call us at +31 (0)23 548 20 20 for licences, upgrades and other questions.

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?