An open API service indexing awesome lists of open source software.

https://github.com/ziadasem/modern-cpp-crash-course

notes from professional c++ marc gregoire book, part from Embedded Linux Course
https://github.com/ziadasem/modern-cpp-crash-course

cpp17 cpp20 modern-cpp

Last synced: 10 months ago
JSON representation

notes from professional c++ marc gregoire book, part from Embedded Linux Course

Awesome Lists containing this project

README

          

## Modern CPP Crash Course

The repository offers a discussion of Modern C++ based on the book `Professional C++` by Marc Gregoire. Each chapter is divided into three sections: discussion and examples, a practice project/lab, and solutions for selected exercises. Currently, Chapter 1 (`A Crash Course in C++ and the Standard Library`) is available. This chapter provides a concise overview of key concepts and fundamentals in C++ programming, along with working examples and solutions for selected exercises to support hands-on learning.

This repository is part of the Embedded Linux Course and will be expanded with summaries and exercises from additional chapters in the future. For more resources of Embbedded Linux System, please see the [Linux System Admin repo](https://github.com/ziadasem/Linux-System-Admin) and the [Embedded Linux Google Drive](https://drive.google.com/drive/folders/1E9dFgduPg2835RwebUoiKIaREmExyoyW), which include all course materials such as handwritten notes, GitHub repositories, slides, and references.