Oct 7, 2025 Post comments count1 Post likes count0 Remembering the end of support for VRML in Internet Explorer No one left standing.
Oct 6, 2025 Post comments count8 Post likes count2 Code comments should apply to the state of the system at the point the comment “executes” Putting them in the flow.
Oct 3, 2025 Post comments count2 Post likes count2 Can we get weak functions for static linking? The Visual C++ compiler says “We have weak functions at home” It's already there, just under a different paradigm.
Oct 2, 2025 Post comments count0 Post likes count1 The problem with inferring from a function call operator is that there may be more than one auto parameters make this easy to write, particularly for lambdas.
Oct 1, 2025 Post comments count1 Post likes count3 How do I convert a FILETIME to a C++ clock like std::system_clock or winrt::clock? The winrt::clock has a conversion for you.
Sep 29, 2025 Post comments count1 Post likes count2 How can I enumerate the overflow icons in the Notification Area without showing them? If they aren't shown, then they aren't automatable, so there's no requirement that they exist in the UI automation tree.
Sep 26, 2025 Post comments count9 Post likes count5 Why didn’t Windows 95 setup install a miniature Windows 95 so that it could be written as a 32-bit program? Getting to the GUI quickly, and rebooting only once.
Sep 25, 2025 Post comments count8 Post likes count4 Samples note: Use comments to describe what code does, not what you wish the code would do Comments explain the code. They are not substitutes for the code.
Sep 24, 2025 Post comments count13 Post likes count3 Why is Windows still tinkering with critical sections? The critical section may be an old dog, but it's still learning new tricks.