Sep 16, 2021 6 0 The C++ implicit assignment operator is a non-ref-qualified member, even if the base class’s assignment has a ref-qualifier Raymond Chen Does that count as dis-qualification?
Sep 15, 2021 3 0 How do I set the alpha channel of a GDI bitmap to 255? Raymond Chen Most things destroy the alpha channel, but there's a way to bring it back, or at least make it opaque.
Sep 13, 2021 1 0 The C++/WinRT query_interface_tearoff extension point, and using it for COM aggregation Raymond Chen For adding your own QueryInterface magic.
Sep 10, 2021 0 0 Ordering asynchronous updates with coroutines, part 5: Bowing out via cancellation Raymond Chen Using the built-in way of stopping a coroutine.
Sep 9, 2021 2 0 Ordering asynchronous updates with coroutines, part 4: Bowing out, explicit version Raymond Chen Realizing you're not the one.
Sep 8, 2021 0 0 Ordering asynchronous updates with coroutines, part 3: Let them all compete, but only one wins Raymond Chen Everybody tries, but only one wins.
Sep 7, 2021 1 0 Ordering asynchronous updates with coroutines, part 2: Restart with hand-off Raymond Chen Everybody just waits their turn.
Sep 6, 2021 1 0 Ordering asynchronous updates with coroutines, part 1: Mutual exclusion Raymond Chen Everybody just waits their turn.
Sep 3, 2021 2 0 I declared my Windows Runtime method as accepting an array by reference, but it always arrives empty Raymond Chen You were only meant to put things into the box, not look at what was already there.