Presentation of my Mentoring Programs (Including "C++20: Get the Details")

Presentation of my Mentoring Programs (Including "C++20: Get the Details")

No alt text provided for this image

I'm happy to present my mentoring programs in one hour


Facts

  • When: August 14, 2023, at 10:00 AM - 11 AM (CET; UTC +02:00)
  • Get your invitation link: Subscribe via E-Mail



Modernes C++ Mentoring,

No alt text provided for this image


要查看或添加评论,请登录

Rainer Grimm的更多文章

  • My ALS Journey (21/n): ALS Fundraiser by Jen and Jason

    My ALS Journey (21/n): ALS Fundraiser by Jen and Jason

    Today, I want to present you something special. My ALS Journey so far ALS Fundraiser by Jen and Jason https://x.

    1 条评论
  • A Lock-Free Stack: A Hazard Pointer Implementation

    A Lock-Free Stack: A Hazard Pointer Implementation

    Hazard Pointers solve all issues of the previous implementation: A Lock-Free Stack: A Simple Garbage Collector. From…

  • A Lock-Free Stack: A Simple Garbage Collector

    A Lock-Free Stack: A Simple Garbage Collector

    My next lock-free stack includes a simple garbage collector. I discussed the concurrent execution of more than one…

  • A Lock-Free Stack: Atomic Smart Pointer

    A Lock-Free Stack: Atomic Smart Pointer

    The easiest way to solve this memory leak issue from the last post is to use a std::shared_ptr. Atomic Smart Pointer…

  • A Lock-Free Stack: A Complete Implementation

    A Lock-Free Stack: A Complete Implementation

    My last lock-free stack implementation was incomplete. It only supported push operations.

    2 条评论
  • My ALS Journey (20/n): Aids

    My ALS Journey (20/n): Aids

    Today, I would like to introduce all the important aids that allow me and Beatrix to get through the day My ALS…

    2 条评论
  • My Next Mentoring Program: “Generic Programming (Templates) with C++” starts

    My Next Mentoring Program: “Generic Programming (Templates) with C++” starts

    My next mentoring program, “Generic Programming (Templates) with C++,” starts on February 28th. Registration is open.

  • A Lock-Free Stack: A Simplified Implementation

    A Lock-Free Stack: A Simplified Implementation

    Today, I continue my mini story about lock-free data structures. General Considerations From the outside, the caller’s…

    1 条评论
  • Deferred Reclamation in C++26: Read-Copy Update and Hazard Pointers

    Deferred Reclamation in C++26: Read-Copy Update and Hazard Pointers

    A common problem in concurrency is the so-called ABA problem. That means you read a variable twice, which returns the…

  • std::format Extension

    std::format Extension

    Displaying the address of an arbitrary pointer in C++ 20 fails but succeeds with C++26. C++20 Only void, const void…

社区洞察

其他会员也浏览了