Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

C++: Effective Modern C++ (C++ 11, C++ 14)

Posted By: AlenMiler
C++: Effective Modern C++ (C++ 11, C++ 14)

C++: Effective Modern C++ (C++ 11, C++ 14) by Paul Laurence
English | 28 Oct. 2017 | ASIN: B076Z5V177 | 50 Pages | AZW3 | 1.1 MB

If you are a programmer or looking to get into programming, you are probably wondering what C++11 and C++ 14 have to offer. You’re probably wondering about their major differences and ultimately what it can do to help you code more effectively. This book is here to provide that information.

C++11 and C++14 have made significant changes to improve not only a variety of libraries but also the core language.
C++14 is the newest version of C++ which was released in August of 2014. Improvements in this version made the language not only convenient to use but also safer. This guide will provide more than just information. This guide will provide information on how the language has changed, how you can use it and examples of putting it all together in practice. This book will also provide details various problems and how to solve them from a C++11 and C++14 perspective. Use this book as your reference guide for some of the major features within C++11 and C++14.

Here is a preview of what you'll learn:

Multithreading support
Generic programming support
Uniform initialization
Performance
C++ Standard Library