Skip to content
View pelocpp's full-sized avatar
💭
Herb Sutter: "The world is built on C++ (and its C subset)"
💭
Herb Sutter: "The world is built on C++ (and its C subset)"

Block or report pelocpp

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
pelocpp/README.md

Peter Loos

Darf ich mich kurz vorstellen? Mein Name ist Peter Loos. Seit über 30 Jahren bin ich als Software-Entwickler, Trainer, Autor und Dozent tätig. Meine Leidenschaft gilt der Programmierung – insbesondere im Umfeld von C/C++, Java und C#. Vor einiger Zeit bin ich zu meinen Wurzeln zurückgekehrt und habe mich voll und ganz dem Thema „Modern C++” verschrieben.

In diesem Repository finden Sie die Begleitmaterialien zu meinen meistgefragten Seminaren:

  • C/C++ Grundlagen (Basiswissen) ⇒ Unterlagen
  • C++ für Fortgeschrittene ⇒ Unterlagen
  • Modern C++ (Features von C++11 bis C++23) ⇒ Unterlagen
  • Design Patterns in C++ ⇒ Unterlagen
  • Clean Code Guidelines für C++ Entwickler
  • Umstieg von klassischem C++ auf Modern C++

Ausführliche Details zu meinem Portfolio finden Sie auf peterloos.de/page/training/.

Pinned Loading

  1. cpp_introduction cpp_introduction Public

    Introduction to classic C++

    C++ 2

  2. cpp_modern cpp_modern Public

    Collection of examples to illustrate modern C++11/14/17/20/23 features

    C++ 15 5

  3. cpp_design_patterns cpp_design_patterns Public

    Collection of miscellaneous Software Design Patterns demonstrated in Modern C++

    C++ 16 4

  4. cpp_concurrency cpp_concurrency Public

    Collection of C++ examples to illustrate Concurrency Features

    C++ 2 3

  5. cpp_clean_performant_secure cpp_clean_performant_secure Public

    Collection of miscellaneous C/C++ examples demonstrating Clean Code, Performant Code and Secure Programming Techniques.

    C++

  6. c_introduction c_introduction Public

    Collection of C exercises for beginners and advanced readers.

    C