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.
Efektivní C++ Série
Tato série příruček je nezbytným průvodcem pro každého, kdo chce mistrovsky ovládat programovací jazyk C++. Každá kniha se hloubkově zabývá konkrétními technikami a osvědčenými postupy pro psaní efektivnějšího a robustnějšího kódu. Poskytuje praktické rady a ukázky, které vám pomohou vyhnout se běžným chybám a optimalizovat výkon vašich programů. Je to neocenitelný zdroj pro vývojáře na všech úrovních zkušeností, kteří chtějí pozvednout své znalosti C++ na novou úroveň.





Doporučené pořadí čtení
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 stránek
- 11 hodin čtení
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 stránek
- 12 hodin čtení
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.