FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
|
|
- Title: Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14
- Author(s) Scott Meyers
- Publisher: O'Reilly Media; 1st edition (December 5, 2014); eBook(Online Edition by Internet Archive)
- Hardcover/Paperback: 334 pages
- eBook: PDF
- Language: English
- ISBN-10: 1491903996
- ISBN-13: 978-1491903995
- Share This:
Coming to grips with C++11 and C++14 is more than a matter of familiarizing yourself with the features they introduce (e.g., auto type declarations, move semantics, lambda expressions, and concurrency support).
About the Authors- Scott Meyers is an American author and software consultant, specializing in the C++ computer programming language.
- The C++ Programming Language
- The C and Objective C Programming
- Parallel Computing and Programming
- Microsoft Windows Programming
- Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14
- The Mirror Site (1) - ePub
- The Mirror Site (2) - PDF
-
Modern C++ Tutorial: C++11/14/17/20 On the Fly (Changkun Ou)
The book is intent to provide a comprehensive introduction to the relevant features regarding modern C++ (before 2020s). You should be aware that not all of these features are required. Instead, it should be learned when you really need it.
-
Modern C++ Programming Techniques for Scientific Computing
This easy-to-read textbook/reference presents a comprehensive introduction to scientific programming techniques in C++. With a practical focus on learning by example, the theory is supported by numerous exercises.
-
Scientific Programming in C++17 and Fortran 2008 (V. Eijkhout)
This book covers the two major high performance languages: C++17 and Fortran 2008. Both are covered from the ground up, rather than encyclopedically, with plenty of programming examples, taken from computational science.
-
More C++ Idioms (Wikibooks)
The objective of this open content book is to present modern C++ idioms to programmers who have moderate level of familiarity with C++, and help elevate their knowledge so that C++ feels much friendlier to them.
-
Data Parallel C++, 2nd Edition: Programming C++ and SYCL
Learn how to accelerate C++ programs using Data Parallelism and SYCL. Enables C++ programmers to be at the forefront of this exciting and important development that is helping to push computing to new levels.
-
Practical Guide to Bare Metal C++ (Alex Robenko)
This book delivers a highly practical guide to programming real-time embedded microcontroller systems in C++. It describes where bare-metal systems are used. It will help someone to get started with using C++ in embedded bare metal development.
-
Programming Embedded Systems in C and C++ (Michael Barr)
The techniques and code examples presented here are directly applicable to real-world embedded software projects of all sorts. Even if you've done some embedded programming before, you'll still benefit from this book.
-
C++ For Embedded Systems (Arkady Miasnikov)
This book is intended for firmware developers who mainly use the C language. It assumes that the reader is comfortable with ARM or Intel assembly language and has working knowledge of the C++ syntax.
-
Pro TBB: C++ Parallel Programming with Threading Building Blocks
This book is a modern guide for all C++ programmers to learn Threading Building Blocks (TBB). It presents numerous examples and best practices to help you become an effective TBB programmer and leverage the power of parallel systems.
:
|
|