---
product_id: 218331340
title: "C++20 for Programmers: An Objects-Natural Approach (Deitel Developer Series)"
brand: "paul deitel, harvey deitel"
price: "1481 DH"
currency: MAD
in_stock: true
reviews_count: 13
url: https://www.desertcart.ma/products/218331340-c-20-for-programmers-an-objects-natural-approach-deitel-developer
store_origin: MA
region: Morocco
---

# C++20 for Programmers: An Objects-Natural Approach (Deitel Developer Series)

**Brand:** paul deitel, harvey deitel
**Price:** 1481 DH
**Availability:** ✅ In Stock

## Quick Answers

- **What is this?** C++20 for Programmers: An Objects-Natural Approach (Deitel Developer Series) by paul deitel, harvey deitel
- **How much does it cost?** 1481 DH with free shipping
- **Is it available?** Yes, in stock and ready to ship
- **Where can I buy it?** [www.desertcart.ma](https://www.desertcart.ma/products/218331340-c-20-for-programmers-an-objects-natural-approach-deitel-developer)

## Best For

- paul deitel, harvey deitel enthusiasts

## Why This Product

- Trusted paul deitel, harvey deitel brand quality
- Free international shipping included
- Worldwide delivery with tracking
- 15-day hassle-free returns

## Description

The professional programmer's Deitel
® guide to C++20
Written for programmers with a background in another high-level language, in this book, you'll learn Modern C++ development hands on using C++20 and its "Big Four" features--Ranges, Concepts, Modules and Coroutines. (For more details, see the Preface, and the table of contents diagram inside the front cover.)
In the context of 200+, hands-on, real-world code examples, you'll quickly master Modern C++ coding idioms using popular compilers--Visual C++
®
, GNU
® g++, Apple
® Xcode
® and LLVM
®
/Clang. After the C++ fundamentals quick start, you'll move on to C++ standard library containers array and vector; functional-style programming with C++20 Ranges and Views; strings, files and regular expressions; object-oriented programming with classes, inheritance, runtime polymorphism and static polymorphism; operator overloading, copy/move semantics, RAII and smart pointers; exceptions and a look forward to C++23 Contracts; standard library containers, iterators and algorithms; templates, C++20 Concepts and metaprogramming; C++20 Modules and large-scale development; and concurrency, parallelism, the C++17 and C++20 parallel standard library algorithms and C++20 Coroutines.
Features
Rich coverage of C++20's "Big Four": Ranges, Concepts, Modules and Coroutines
Objects-Natural Approach: Use standard libraries and open-source libraries to build significant applications with minimal code
Hundreds of real-world, live-code examples
Modern C++: C++20, 17, 14, 11 and a look to C++23
Compilers: Visual C++
®
, GNU
® g++, Apple Xcode
® Clang, LLVM
®
/Clang
Docker: GNU
® GCC, LLVM
®
/Clang
Fundamentals: Control statements, functions, strings, references, pointers, files, exceptions
Object-oriented programming: Classes, objects, inheritance, runtime and static polymorphism, operator overloading, copy/move semantics, RAII, smart pointers
Functional-style programming: C++20 Ranges and Views, lambda expressions
Generic programming: Templates, C++20 Concepts and metaprogramming
C++20 Modules: Large-Scale Development
Concurrent programming: Concurrency, multithreading, parallel algorithms, C++20 Coroutines, coroutines support libraries, C++23 executors
Future: A look forward to Contracts, range-based parallel algorithms, standard library coroutine support and more
"
C++20 for Programmers builds up an intuition for modern C++ that every programmer should have in the current software engineering ecosystem. The unique and brilliant ordering in which the Deitels present the material jibes much more naturally with the demands of modern, production-grade programming environments. I strongly recommend this book for anyone who needs to get up to speed on C++, particularly in professional programming environments where the idioms and patterns of modern C++ can be indecipherable without the carefully crafted guidance that this book provides."
--
Dr. Daisy Hollman, ISO C++ Standards Committee Member
"This is a fine book that covers a surprising amount of the very large language that is C++20. An in-depth treatment of C++ for a reader familiar with how things work in other programming languages."
--
Arthur O'Dwyer, C++ trainer, Chair of CppCon's Back to Basics track, author of several accepted C++17/20/23 proposals and the book Mastering the C++17 STL
"Forget about callback functions, bare pointers and proprietary multithreading libraries--C++20 is about standard concurrency features, generic lambda expressions, metaprogramming, tighter type-safety and the long-awaited concepts, which are all demonstrated in this book. Functional programming is explained clearly with plenty of illustrative code listings. The excellent chapter, 'Parallel Algorithms and Concurrency: A High-Level View,' is a highlight of this book."
--
Danny Kalev, Ph.D. and Certified System Analyst and Software Engineer, Former ISO C++ Standards Committee Member
Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details. Note: eBooks are 4-color and print books are black and white.

## Technical Specifications

| Specification | Value |
|---------------|-------|
| Dimensions | 7 x 1.75 x 9.12 inches |
| Edition | 3rd |
| Isbn 10 | 0136905692 |
| Isbn 13 | 978-0136905691 |
| Item Weight | 3.34 pounds |
| Language | English |
| Part Of Series | Deitel Developer Series |
| Print Length | 960 pages |
| Publication Date | April 16, 2022 |
| Publisher | Pearson |

## Images

![C++20 for Programmers: An Objects-Natural Approach (Deitel Developer Series) - Image 1](https://m.media-amazon.com/images/I/71zmfCnzjkL.jpg)

## Available Options

This product comes in different **Format** options.

## Customer Reviews

### ⭐⭐⭐⭐⭐ Solid Book on C++20
*by  on Reviewed in the United States March 22, 2024*

I have worked in C++ for over 20 years, though my role has changed several times and I have learned and worked with other languages over time. I decided it was time to refamiliarize myself with C++ and bring myself up to the C++20 standard (23 is out as I write this, but the version of the compiler I am using isn't up to that standard and I have limited options for upgrading the system). After looking at several books online I chose this one by Deitel and Deitel, as I have an older book by them and it served me well. This one is no different.I will start by saying this: I don't care if the book uses color or black and white. Color costs more to print and drives up the cost of the volume. I am content with the present format. Color would be nice, but it's not a big deal to me.I like that this book approaches the readers like they're not total idiots. It makes some good assumptions about the audience - there are intelligent people reading, and they have some experience with either previous versions of the language or have relevant knowledge of another high-level language. There is a C++ introduction in the first couple of chapters, and it deals with basics of the language and how to mess with various compilers; it's not an in-depth crash course but is instead enough to get the reader moving.After the language and compiler introduction, the language coverage is far and deep, addressing inheritance, modules, templates, memory management, concurrency, and more. With this book, someone who doesn't know the language yet will walk away with a good working knowledge, while someone who already knows a previous standard will come away with a more solid foundation and a sharper skill set.What I particularly like about this book is how the authors highlight core language guidelines, standards compliance and potential errors. This alone, to me, is worth the cost of the book. I have found that while I was effective at using the language, there was a lot of things I could do so much better, and following the examples laid out in this book I am well on my way to doing that.This is a solid offering on an complex computer language. It was written for developers looking to either migrate to C++20 or C++ programmers looking to update their skills and embrace the latest widely adopted standard.

### ⭐⭐⭐⭐⭐ Si excelente libro llegó a tiempo
*by  on Reviewed in the United States February 28, 2026*

Si excelente libro llegó a tiempo

### ⭐⭐⭐⭐⭐ Very Good Instruction
*by  on Reviewed in the United States May 23, 2022*

I have been a software engineer for over 20 years. I like your book, C++20 For Programmers, for a few reasons:1) The code for each program has line numbers in your book, but in other books, they do not have line numbers. That makes it easier to follow when the code being shown is not in one block.2) You kept up to date with the latest version of Visual Studio 2019. I was able to run the format example for C++20 on VS2019. I understand that in your case since you published in February of this year, you were using version 17.05 . At the time I did the example, I was using VS2019, version 17.20. (Now 17.21) . I was able to use #include <format> directly without having to download the 3rd party format class.3) I am grateful that I was able to run the BigNumber example. I just had to make sure of two things.a. I had to make sure to include the Big Numbers directory in the Additional Include directory search path.b. I had to make sure to include the bignumber.h in the header files in the project, and also the bignumber.cpp file in the Source Files of the project.c. But, once I did these two steps, it worked like a charm. I appreciate the instructions that you provided in order to do these two important steps.4) Your explanations in the book are clear.I plan on purchasing your book on Python for Programmers, after I finish with the C++ book.

---

## Why Shop on Desertcart?

- 🛒 **Trusted by 1.3+ Million Shoppers** — Serving international shoppers since 2016
- 🌍 **Shop Globally** — Access 737+ million products across 21 categories
- 💰 **No Hidden Fees** — All customs, duties, and taxes included in the price
- 🔄 **15-Day Free Returns** — Hassle-free returns (30 days for PRO members)
- 🔒 **Secure Payments** — Trusted payment options with buyer protection
- ⭐ **TrustPilot Rated 4.5/5** — Based on 8,000+ happy customer reviews

**Shop now:** [https://www.desertcart.ma/products/218331340-c-20-for-programmers-an-objects-natural-approach-deitel-developer](https://www.desertcart.ma/products/218331340-c-20-for-programmers-an-objects-natural-approach-deitel-developer)

---

*Product available on Desertcart Morocco*
*Store origin: MA*
*Last updated: 2026-06-26*