May 27, 2022 Post comments count0 Post likes count1 Why do rescued stack traces often have instability at the start? Raymond Chen Trying to pick up the scent.
May 26, 2022 Post comments count0 Post likes count1 Rescuing a stack trace the lazy way on x86-64 (aka amd64) after the debugger gave up Raymond Chen Looking for a good frame to start from.
May 25, 2022 Post comments count4 Post likes count1 How can I get my FileSavePicker to open in the same folder that was picked by the FileOpenPicker or FolderPicker? Raymond Chen Make them all share the same settings identifier.
May 24, 2022 Post comments count14 Post likes count4 What is the CreateExplorerShellUnelevatedTask scheduled task? Raymond Chen To keep Explorer running unelevated.
May 23, 2022 Post comments count0 Post likes count2 How does Windows decide whether a newly-created window should use LTR or RTL layout? Raymond Chen Gathering the algorithmic details scattered throughout the documentation into one place.
May 20, 2022 Post comments count4 Post likes count1 Writing a sort comparison function, part 4: descending sort Raymond Chen Flipping the script.
May 19, 2022 Post comments count3 Post likes count1 Writing a sort comparison function, part 3: spaceships Raymond Chen Sprinkling some C++20 magic.
May 18, 2022 Post comments count5 Post likes count1 Writing a sort comparison function, part 2: avoid unnecessary expense Raymond Chen Avoid doing the work until needed.
May 17, 2022 Post comments count8 Post likes count1 Writing a sort comparison function, part 1: basics Raymond Chen Trying to avoid the pitfalls.
May 16, 2022 Post comments count7 Post likes count1 How can I synthesize a C++20 three-way comparison from two-way comparisons? Raymond Chen Multiple ways of synthesizing a comparison.