Nov 4, 2021 Post comments count12 Post likes count0 How can I prevent myself from accessing a lambda captured variable or a parameter after I’m done with it? Raymond Chen Name-hiding on purpose.
Nov 3, 2021 Post comments count3 Post likes count0 A capturing lambda can be a coroutine, but you have to save your captures while you still can Raymond Chen Save it all before it disappears.
Nov 2, 2021 Post comments count8 Post likes count0 The focus rectangle says, “I’m not orange. I’m just drawn that way.” Raymond Chen How does DrawFocusRect draw the focus rectangle?
Nov 1, 2021 Post comments count1 Post likes count0 Why do all this coroutine stuff if you can just use std::future? Raymond Chen Escape from PPL.