Skip to content

My solutions for C++ How to program 11e book // WIP

Notifications You must be signed in to change notification settings

iRobot42/Deitels-Cpp-11e

Repository files navigation

Work in progress...

  • Intro to C++20 Programming
  • Algorithm Development and Control Statements, Part 1
  • Control Statements, Part 2
  • Functions and an Intro to Function Templates
  • Arrays, Vectors, Ranges and Functional-Style Programming
  • Pointers in Modern C++
  • Strings, String_views, Text Files, CSV Files and Regex
  • Custom Classes
  • OOP: Inheritance and Runtime Polymorphism
  • Operator Overloading, Copy/Move Semantics and Smart Pointers
  • Exceptions and a Look Forward to Contracts
  • Data Structures: Standard Library Containers and Iterators
  • Standard Library Algorithms and C++20 Ranges & Views
  • Templates, C++20 Concepts and Metaprogramming
  • C++20 Modules: Large-Scale Development
  • Parallel Algorithms and Concurrency: a High-Level View
  • C++20 Coroutines
  • Stream I/O & C++20 Text Formatting
  • Computer Science Thinking: Searching, Sorting and Big O

My Coding Environment

  • OS - Microsoft Windows 10 Enterprise, x64
  • IDE - Visual Studio Community 2022
  • Compiler - MSVC, version 19.39

About

My solutions for C++ How to program 11e book // WIP

Topics

Resources

Stars

Watchers

Forks

Languages