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.
Effectief C++ Reeks
Deze reeks handboeken dient als een essentiële gids voor iedereen die de C++ programmeertaal wil beheersen. Elk deel duikt diep in specifieke technieken en best practices voor het schrijven van efficiëntere en robuustere code. Het biedt praktisch advies en voorbeelden om ontwikkelaars te helpen veelvoorkomende valkuilen te vermijden en de prestaties van programma's te optimaliseren. Deze collectie is een onschatbare bron voor programmeurs van alle niveaus die hun C++-vaardigheid willen verbeteren.





Aanbevolen leesvolgorde
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
- 288bladzijden
- 11 uur lezen
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++
- 334bladzijden
- 12 uur lezen
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.