May 16, 2024 1 0 Pulling a single item from a C++ parameter pack by its index Raymond Chen Combining a few tools to make a new tool.
May 15, 2024 9 1 Building the most efficient device selector query that selects no devices Raymond Chen Looking for the most efficient way of rejecting everything.
May 13, 2024 2 4 Before you try to change something, make sure you can change nothing Raymond Chen Nobody touch anything.
May 10, 2024 4 6 An informal comparison of the three major implementations of std::string Raymond Chen Pros and cons.
May 9, 2024 0 0 Asking for a DispatcherQueue from a GUI thread you created Raymond Chen Grafting a DispatcherQueue onto an existing thread.
May 8, 2024 3 0 Awaiting a set of handles with a timeout, part 7: Just doing it one at a time Raymond Chen A simpler version with its own quirks.
May 7, 2024 7 0 Awaiting a set of handles with a timeout, part 6: Capturing the handles efficiently Raymond Chen SFINAE'ing the case of a random-access(ish) iterator.
May 6, 2024 0 0 Awaiting a set of handles with a timeout, part 5: Generalizing the awaiter Raymond Chen Fitting into existing patterns.
May 3, 2024 1 0 Awaiting a set of handles with a timeout, part 4: Building our own awaiter Raymond Chen To stop relying on unspecified behavior.
May 2, 2024 2 0 Awaiting a set of handles with a timeout, part 3: Going beyond two Raymond Chen Generalizing what we learned last time.