This definitive guide to C++ has been updated to reflect the latest ANSI/ISO standard. With more than 50,000 copies sold, the first edition has helped thousands of developers improve their C++ programming skills. Continuing in this tradition, Meyers has reworked every item in the book and has liberally placed cross-references throughout the text.
Effective C++ Serie
Questa serie di manuali funge da guida essenziale per chiunque miri a padroneggiare il linguaggio di programmazione C++. Ogni volume approfondisce tecniche specifiche e le migliori pratiche per scrivere codice più efficiente e robusto. Offre consigli pratici ed esempi progettati per aiutare gli sviluppatori a evitare insidie comuni e ottimizzare le prestazioni dei programmi. Questa raccolta è una risorsa inestimabile per programmatori di tutti i livelli di abilità che cercano di elevare la propria competenza in C++.





Ordine di lettura consigliato
Effective C++
35 New Ways to Improve Your Programs and Designs
Presents 35 ways to improve your programs and designs. This work explains how to write software that is more effective. It contains methods for improving program efficiency, including incisive examinations of the time/space costs of C++ language features; descriptions of advanced techniques used by C++ experts; and more.
Effective STL
- 288pagine
- 11 ore di lettura
Providing information on C++'s Standard Template Library, this book shows you how to use it. It includes: advice on choosing among standard STL containers, nonstandard STL containers, and non-STL containers; techniques to maximize the efficiency of the STL and the programs that use it; insights into the behavior of iterators; and more. schovat popis
Effective Modern C++
- 334pagine
- 12 ore di lettura
Presents a collection of tips for programmers on how to use the features of C++11 and C++14 effectively, covering such topics as functions, rvalue references, and lambda expressions.