Nov 16, 2020 3 0 Why does my command line redirection echo with an extra 1? Who’s inserting these rogue 1s everywhere? Raymond Chen It just came out of nowhere, or did it?
Nov 13, 2020 2 0 The history of the EncodePointer function for obfuscating pointers Raymond Chen Still useful, but less painful.
Nov 12, 2020 10 0 Destructing outside the lock when removing items from C++ standard containers Raymond Chen Managing the order of destruction.
Nov 11, 2020 7 0 My strategy for playing Settlers of Catan Raymond Chen It doesn't work, but I use it anyway.
Nov 11, 2020 6 0 The hidden callout: The destructor Raymond Chen You may not know where that's going to lead.
Nov 10, 2020 8 0 The prank cursor that resulted in an employee being fired before they even started Raymond Chen Don't try this at home.
Nov 9, 2020 0 0 Why aren’t my custom backgrounds, animations, and colors working, such as ApplicationViewTitleBar colors? Raymond Chen You're subject to user and system policy.
Nov 6, 2020 0 0 How do I save a C++/WinRT array_view as a com_array? Raymond Chen There's a not-entirely-obvious constructor for that.
Nov 5, 2020 1 0 What’s the point of APTTYPE_CURRENT? I mean, of course I’m current. Raymond Chen No matter where you go, there you are.
Nov 4, 2020 9 0 What is the format of the data in the AudioBuffer memory buffer, and how do I convert it to something else? Raymond Chen It's a bunch of floating point samples, in a particular order.