Zoekfilters
Geen verdere filters gevondenProgrammeertalen (2)
Effective C++, 3rd edition
55 Specific Ways to Improve Your Programs and Designs
2023 || Paperback || Scott Meyers || Pearson
Organized around 55 specific guidelines, each of which describes a way to write better C++, this book reflects on modern design considerations, including exceptions, design patterns, and multithreading. It also provides guidance on the design of effective classes, functions, templates, and inheritance hierarchies.
"Every C++ professional needs a copy of Effective C++. It is an absolute must-read for anyone thinking of doing serious C++ development. If you've never read Effective C++ and you t...
Effective Modern C++
42 Specific Ways to Improve Your Use of C++11 and C++14
2014 || Paperback || Scott Meyers || O'Reilly
Coming to grips with C++11 and C++14 is more than a matter of familiarizing yourself with the features they introduce. The challenge is learning to use those features effectively - so that your software is correct, efficient, maintainable, and portable. That's where this practical book comes in.
It describes how to write truly great software using C++11 and C++14 - i.e. using modern C++. Topics include: The pros and cons of braced initialization, noexcept specifications, perfect forwarding, a...