Independently published, 2020. — 260 p. — ISBN 3967309002. All aspects of C++ Move Semantics. Move semantics, introduced with C++11, has become a hallmark of modern C++ programming. However, it also complicates the language in many ways. Even after several years of support of move semantics experienced programmers struggle with all the details of move semantics. And style...
Addison-Welsley, 2012. — 1945 p. — ISBN13: 978-0-13-297919-1. Scott Meyers’s seminal C++ books– Effective C++ , More Effective C++ , and Effective STL –have been immensely helpful to hundreds of thousands of C++ programmers. All three are finally available together in this eBook collection. Effective C++ has been embraced by hundreds of thousands of programmers worldwide. The...
2nd. ed. — Addison-Wesley Professional, 2012. — 2132 p. — ISBN13: 978-0-321-62321-8. The Best-Selling C++ Resource Now Updated for C++11 The C++ standard library provides a set of common classes and interfaces that greatly extend the core C++ language. The library, however, is not self-explanatory. To make full use of its components–and to benefit from their power–you need a...
2nd Edition. – Springer International Publishing AG, 2018. — 288 p. — (Undergraduate Topics in Computer Science). — ISBN: 978-3-319-73131-5. The principle changes in this updated edition are additional material on software testing and on some of the new features introduced in the C++11 standard. When introducing this additional material, we have followed the same philosophy as...
Leanpub, 2022-04-19. — 262 p. All aspects of C++ move semantics with intutive motivation, compelling examples, and tricky details.The book is complete now and done. Move semantics, introduced with C++11, has become a hallmark of modern C++ programming. However, it also complicates the language in many ways. After several years of support of move semantics experienced...
2nd Edition. — Morgan Kaufmann/Elsevier, 2024. — 650 p. — ISBN: 978-0-443-22219-1. API Design for C++, Second Edition provides a comprehensive discussion of Application Programming Interface (API) development, from initial design through implementation, testing, documentation, release, versioning, maintenance, and deprecation. It is the only book that teaches the strategies of...
Комментарии