C++26: The Next C++ Standard
/
0 Comments
C++26 will be the next C++ standard after C++23. This new standard significantly improves C++ and is…
My ALS Journey (13/n): Next Steps
Ice Bucket Challenge
The Ice Bucket Challenge, sometimes called the ALS Ice Bucket Challenge,…
C++23: This and That
I have already written 10 posts about C++23. Today, I want to discuss the features I forgot in the first…
Feature Testing Macros
The feature testing macros is a relatively unknown feature in C + + 20. They give you the definitive…
My ALS Journey (12/n): My Legacy
Today, I want to give you a rough idea, how I plan my next year's as a teacher, mentor , and speaker.
>>…
Cooperative Interruption of a Thread in C++20: Callbacks
I introduced in my last post "Cooperative Interruption of a Thread in C++20" callbacks. Today, I dive…
Cooperative Interruption of a Thread in C++20
A typical question in my C++ seminars is: Can a thread be killed? Before C++20, my answer is no. With…
My ALS Journey: 11/n
This update is a special one. I want to explain how I can still provide classes, mentoring, and presentations.
>>…
Chrono: Input
You can also apply the format specifier for formatted input.
This post is the eleventh in my…
Chrono I/O: Unformatted and Formatted
Chrono I/O consists of reading and writing chrono types. The various chrono types support unformatted…
My ALS Journey: 10/n
Wow! This is already my 10 status report.
>> My ALS Journey so far <<
How I write…