Modern C++ Programming Cookbook
Marius Bancila
- 出版商: Packt Publishing
- 出版日期: 2017-05-16
- 售價: $1,740
- 貴賓價: 9.5 折 $1,653
- 語言: 英文
- 頁數: 590
- 裝訂: Paperback
- ISBN: 1786465183
- ISBN-13: 9781786465184
-
相關分類:
C++ 程式語言
-
其他版本:
Modern C++ Programming Cookbook, 2/e (Paperback)
買這商品的人也買了...
-
$880$695 -
$880$695 -
$650$507 -
$1,450$1,378 -
$840CSS3: The Missing Manual, 3/e (Paperback)
-
$1,450$1,378 -
$990$842 -
$480$379 -
$1,470$1,397 -
$1,337Go in Practice
-
$1,650$1,617 -
$1,710$1,620 -
$1,080Hands-On Machine Learning with Scikit-Learn and TensorFlow (Paperback)
-
$1,320C++17 STL Cookbook
-
$1,600$1,520 -
$990Mastering C++ Programming
-
$2,830$2,689 -
$1,500$1,425 -
$2,079C++ Concurrency in Action, 2/e (Paperback)
-
$650$514 -
$1,220$1,159 -
$2,328$2,205 -
$1,400$1,330 -
$1,410$1,340 -
$580$493
商品描述
Over 100 recipes to help you overcome your difficulties with C++ programming and gain a deeper understanding of the working of modern C++
About This Book
- Explore the most important language and library features of C++17, including containers, algorithms, regular expressions, threads, and more,
- Get going with unit testing frameworks Boost.Test, Google Test and Catch,
- Extend your C++ knowledge and take your development skills to new heights by making your applications fast, robust, and scalable.
Who This Book Is For
If you want to overcome difficult phases of development with C++ and leverage its features using modern programming practices, then this book is for you. The book is designed for both experienced C++ programmers as well as people with strong knowledge of OOP concepts.
What You Will Learn
- Get to know about the new core language features and the problems they were intended to solve
- Understand the standard support for threading and concurrency and know how to put them on work for daily basic tasks
- Leverage C++'s features to get increased robustness and performance
- Explore the widely-used testing frameworks for C++ and implement various useful patterns and idioms
- Work with various types of strings and look at the various aspects of compilation
- Explore functions and callable objects with a focus on modern features
- Leverage the standard library and work with containers, algorithms, and iterators
- Use regular expressions for find and replace string operations
- Take advantage of the new filesystem library to work with files and directories