Oct 13, 2021 Post comments count3 Post likes count1 Local variables are different from parameters in C++ coroutines Raymond Chen You tend to think of them the same, but they destruct differently.
Oct 11, 2021 Post comments count5 Post likes count1 Is there a way that my macro can detect that it’s running in a C++ coroutine? Raymond Chen You are part of the decision.
Oct 8, 2021 Post comments count0 Post likes count1 What can I do about timer build-up when waiting for COM outbound calls to complete? Raymond Chen You'll have to drain them out yourself.
Oct 7, 2021 Post comments count0 Post likes count1 Debugging coroutine handles: The Microsoft Visual C++ compiler, clang, and gcc Raymond Chen Peeking behind the curtain.
Oct 4, 2021 Post comments count6 Post likes count4 Some lesser-known powers of std::optional Raymond Chen Things it does that you may not know about.
Oct 1, 2021 Post comments count2 Post likes count1 The subtleties of CreateStreamOnHGlobal, part 4: Non-movable memory Raymond Chen Fear and reallocation.
Sep 30, 2021 Post comments count0 Post likes count1 The subtleties of CreateStreamOnHGlobal, part 3: Suppressing the deletion of a shared HGLOBAL Raymond Chen Trying to set up joint custody.
Sep 29, 2021 Post comments count5 Post likes count1 The subtleties of CreateStreamOnHGlobal, part 2: Suppressing the deletion of an unknown HGLOBAL Raymond Chen You don't know what it is, but you said you don't want it deleted automatically.
Sep 28, 2021 Post comments count0 Post likes count2 The subtleties of CreateStreamOnHGlobal, part 1: Introduction and basic usage Raymond Chen Developing the mental model.
Sep 27, 2021 Post comments count0 Post likes count1 Why am I getting an unresolved external from C++/WinRT if it is a header-only C++ library? Raymond Chen Maybe you didn't get all of the headers.