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.
C++ Efectivo Serie
Esta serie de manuales es una guía esencial para cualquiera que aspire a dominar el lenguaje de programación C++. Cada volumen profundiza en técnicas específicas y las mejores prácticas para escribir código más eficiente y robusto. Ofrece consejos prácticos y ejemplos diseñados para ayudar a los desarrolladores a evitar errores comunes y optimizar el rendimiento de los programas. Esta colección es un recurso invaluable para programadores de todos los niveles de habilidad que buscan mejorar su competencia en C++.





Orden recomendado de lectura
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
- 288 páginas
- 11 horas de lectura
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++
- 334 páginas
- 12 horas de lectura
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.