Jun 7, 2023 Post comments count11 Post likes count1 Pulling sleight of hand tricks in a security vulnerability report, episode 2 Raymond Chen I see what you did there.
Jun 6, 2023 Post comments count4 Post likes count1 How can I make WiFi passwords per-user rather than per-system? Raymond Chen A little-known system configuration setting.
Jun 5, 2023 Post comments count8 Post likes count1 It’s great that you provide operator overloads, but it’s also nice to have names Raymond Chen Avoiding the need to invoke the operator explicitly as a specialized template, among other things.
Jun 2, 2023 Post comments count0 Post likes count1 C++/WinRT event handlers that are lambdas with weak pointers to the parent class, part 3 Raymond Chen Extending to std::weak_ptr.
Jun 1, 2023 Post comments count0 Post likes count1 C++/WinRT event handlers that are lambdas with weak pointers to the parent class, part 2 Raymond Chen Working out the boilerplate.
May 31, 2023 Post comments count0 Post likes count2 C++/WinRT event handlers that are lambdas with weak pointers to the parent class, part 1 Raymond Chen Assessing the state of affairs.
May 30, 2023 Post comments count10 Post likes count1 How do I change the directory Windows uses for user profiles? revisited Raymond Chen You can still do it, but it's not really supported.
May 29, 2023 Post comments count5 Post likes count1 On writing functions that accept any specialization of a C++ template type Raymond Chen There are the obvious arguments, the non-obvious arguments, and the invisible arguments.
May 26, 2023 Post comments count3 Post likes count1 Getting a strong reference from the this pointer too late Raymond Chen Once destruction begins, strong references mean nothing.
May 25, 2023 Post comments count0 Post likes count4 How can I trigger a recalc of the mouse cursor after I changed some of my internal application state?, follow-up Raymond Chen You still need to filter to your window, so you don't mess up another window on the same thread.