C++23: Syntactic Sugar with Deducing This
Modernes C++
by
9M ago
The Curiously Recurring Template Pattern (CRTP) is a heavily used idiom in C++. It is similarly resistant to understanding as the classic design pattern visitor I presented in my last post: "C++23: Deducing This".  Thanks to deducing this, we can remove the C and R from the abbreviation ..read more
Visit website
30 Days Left: Early Bird Price for my Mentoring Program "C++20: Get the Details"
Modernes C++
by
10M ago
When you book it before 11/08/2023, you will get a 33% discount. You have to pay €1200 instead of €1800. But let me first present my mentoring program ..read more
Visit website
C++23: Deducing This
Modernes C++
by
10M ago
Anyone who thinks a small C++ standard follows a significant C++ standard is wrong. C++23 provides powerful extensions to C++20. These extensions include the core language, particularly the standard library. Today, I present a small but very impactful feature of the core language: deducing this ..read more
Visit website
Registration is Open for my New Mentoring Program, "C++20: Get the Details"
Modernes C++
by
10M ago
I'm proud to present my new mentoring program, "C++20: Get the Details ..read more
Visit website
C++23: The Next C++ Standard
Modernes C++
by
10M ago
C++23 will be the next C++ standard after C++20. This new standard significantly improves C++ but is less game-changing than C++98, C++11, or C++20. C++23 is more in the tradition of C++17 ..read more
Visit website
Presentation of my Mentoring Programs (Including "C++20: Get the Details")
Modernes C++
by
10M ago
I'm happy to present my mentoring programs in one hour ..read more
Visit website
Thread-Safe Queue - Two Serious Errors
Modernes C++
by
10M ago
In my last post "Monitor Object"  I implemented a thread-safe queue. I made two serious errors. Sorry. Today, I will fix these issues ..read more
Visit website
Monitor Object
Modernes C++
by
10M ago
The monitor object design pattern synchronizes concurrent member function execution to ensure that only one member function at a time runs within an object. It also allows object’s member functions to schedule their execution sequences cooperatively. (Pattern-Oriented Software Architecture: Patterns for Concurrent and Networked Objects ..read more
Visit website
Presentation of my Mentoring Programs (Including "C++20: Get the Details")
Modernes C++
by
11M ago
I'm happy to present my mentoring programs in one hour ..read more
Visit website
Active Object
Modernes C++
by
11M ago
The active object design pattern decouples method execution from method invocation for objects that each reside in their own thread of control.The goal is to introduce concurrency, by using asynchronous method invocation and a scheduler for handling requests. (Wikipedia:Active Object ..read more
Visit website

Follow Modernes C++ on FeedSpot

Continue with Google
Continue with Apple
OR