Effective C++ (häftad)
Format
Häftad (Paperback / softback)
Språk
Engelska
Serie
Addison-Wesley Professional Computing Series
Antal sidor
320
Utgivningsdatum
2005-06-09
Upplaga
3
Förlag
Pearson Education
Dimensioner
235 x 188 x 26 mm
Vikt
640 g
ISBN
9780321334879

Effective C++

55 Specific Ways to Improve Your Programs and Designs

(3 röster)  |   Läs 2 recensioner
Häftad,  Engelska, 2005-06-09
371
  • Skickas från oss inom 7-10 vardagar.
  • Fri frakt över 249 kr för privatkunder i Sverige.
"Every C++ professional needs a copy of Effective C++. It is an absolute must-read for anyone thinking of doing serious C++ development. If you've never read Effective C++ and you think you know everything about C++, think again."
- Steve Schirripa, Software Engineer, Google "C++ and the C++ community have grown up in the last fifteen years, and the third edition of Effective C++ reflects this. The clear and precise style of the book is evidence of Scott's deep insight and distinctive ability to impart knowledge."
- Gerhard Kreuzer, Research and Development Engineer, Siemens AG The first two editions of Effective C++ were embraced by hundreds of thousands of programmers worldwide. The reason is clear: Scott Meyers' practical approach to C++ describes the rules of thumb used by the experts - the things they almost always do or almost always avoid doing - to produce clear, correct, efficient code.

The book is organized around 55 specific guidelines, each of which describes a way to write better C++. Each is backed by concrete examples. For this third edition, more than half the content is new, including added chapters on managing resources and using templates. Topics from the second edition have been extensively revised to reflect modern design considerations, including exceptions, design patterns, and multithreading.

Important features of Effective C++ include:
  • Expert guidance on the design of effective classes, functions, templates, and inheritance hierarchies.
  • Applications of new "TR1" standard library functionality, along with comparisons to existing standard library components.
  • Insights into differences between C++ and other languages (e.g., Java, C#, C) that help developers from those languages assimilate "the C++ way" of doing things.
Visa hela texten

Passar bra ihop

  1. Effective C++
  2. +
  3. Effective Modern C++

De som köpt den här boken har ofta också köpt Effective Modern C++ av Scott Meyers (häftad).

Köp båda 2 för 930 kr

Kundrecensioner

Det finns 2 recensioner av Effective C++. Har du också läst boken? Om du har köpt den på Bokus.com vill vi gärna höra vad du tyckte om den! Sätt ditt betyg »
  1. Utmärkt bok om man redan kan en del C++. Ger bra...
    Ulrik Mikaelsson, 21 december 2013

    Utmärkt bok om man redan kan en del C++. Ger bra insikt och reflektion till varför vissa saker fungerar som de skall, och några tankeställare runt saker man aldrig har tänkt på. Om du är seriös C++-kodare bör du läsa.

  2. Praktisk användninga av c++
    Roger Schildmeijer, 10 februari 2009

    Programmerar du C++ och inte har läst den här boken vet du vad kommer göra den närmaste tiden. Det här är den första boken du skall sätta tänderna i efter det att du har läst klart din introduktionsbok. Den här tillsammans med Scott Meyers tredje bok i effective-serien (Effective STL) är två av väldigt få böcker jag vill ge fullt betyg till. Författarens sätt att uttrycka sig och förklara paradigmer och idiom är förundransvärt.

Visa alla 2 recensioner

Fler böcker av Scott Meyers

  • Learn Mac OS X Snow Leopard

    Mike Lee, Scott Meyers

    This comprehensive guide to Apple's Mac OS X 10.6, Snow Leopard, gives you everything you need to know to live a happy, productive Mac life.

  • Mac OS X Leopard

    Mike Lee, Scott Meyers

    Mac OS X Leopard: Beyond the Manual is written for the sophisticated computer user who would find an introductory manual tedious. Features new to Leopard are emphasized, as are complex features that, though available in earlier versions of OS X, w...

Övrig information

Scott Meyers is one of the world's foremost authorities on C++, providing training and consulting services to clients worldwide. He is the author of the best-selling Effective C++ series of books (Effective C++, More Effective C++, and Effective STL) and of the innovative Effective C++ CD. He is consulting editor for Addison Wesley's Effective Software Development Series and is a founding member of the Advisory Board for The C++ Source (http://www.artima.com/cppsource). He holds a Ph.D. in Computer Science from Brown University. His web site is http://www.aristeia.com.