Sep 30, 2020 Post comments count0 Post likes count0 Bonus operations for C++/WinRT iterators: The IIterator<T> Raymond Chen The equivalent of an input iterator.
Sep 29, 2020 Post comments count9 Post likes count0 How did we end up parsing Savvyday 29 Oatmeal 94 as Saturday 29 October 1994? Raymond Chen Unsophisticated pattern matching.
Sep 28, 2020 Post comments count5 Post likes count0 git commit-tree parlor tricks, Part 9: How can I bulk-revert an entire repo to an earlier commit? Raymond Chen Take me back to a simpler time.
Sep 25, 2020 Post comments count0 Post likes count0 Structured binding may be the new hotness, but we’ll always have std::tie Raymond Chen Sometimes the old things are what you need.
Sep 24, 2020 Post comments count2 Post likes count0 Inside C++/WinRT: How does C++/WinRT represent ABI types? Raymond Chen Hiding in the internal impl::abi template.
Sep 23, 2020 Post comments count0 Post likes count0 How to get your C++/WinRT asynchronous operations to respond more quickly to cancellation, part 3 Raymond Chen Automatic cancellation propagation is here.
Sep 22, 2020 Post comments count5 Post likes count2 Why does the Disk Cleanup tool’s Windows Update Cleanup take so long and consume so much CPU? Raymond Chen It's doing some real work.
Sep 21, 2020 Post comments count5 Post likes count0 Git commit-tree parlor tricks, Part 8: I just rebased my branch, but now I realize that I should have merged Raymond Chen You can rewrite the tree while preserving files.
Sep 18, 2020 Post comments count2 Post likes count0 I get a weird error about no matching function when I try to use winrt::capture Raymond Chen The confusing error message strikes again.
Sep 17, 2020 Post comments count6 Post likes count0 The C++/WinRT “capture” function helps you interoperate with the COM ABI world Raymond Chen Simplifying a common COM pattern.