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.
Efektívne C++ Séria
Táto séria príručiek je nevyhnutným sprievodcom pre každého, kto chce majstrovsky ovládať programovací jazyk C++. Každá kniha sa hĺbkovo zaoberá konkrétnymi technikami a osvedčenými postupmi pre písanie efektívnejšieho a robustnejšieho kódu. Poskytuje praktické rady a ukážky, ktoré vám pomôžu vyhnúť sa bežným chybám a optimalizovať výkon vašich programov. Je to neoceniteľný zdroj pre vývojárov na všetkých úrovniach skúseností, ktorí chcú pozdvihnúť svoje znalosti C++ na novú úroveň.





Odporúčané poradie čítania
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ánok
- 11 hodin čítania
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ánok
- 12 hodin čítania
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.