May 15, 2020 2 0 Storing a non-capturing lambda in a generic object Raymond Chen Reimplementing a small corner of std::function.
May 14, 2020 8 0 Inside std::function, part 2: Storage optimization Raymond Chen Preallocating the storage yourself.
May 13, 2020 3 0 Inside std::function, part 1: The basic idea Raymond Chen Holding all different kinds of things.
May 12, 2020 4 0 When you start getting in-page errors on your hard drive, it’s time to go shopping for a new hard drive, redux Raymond Chen The click-click-click of impending doom.
May 11, 2020 4 0 Peeking inside WRL weak references Raymond Chen If you ever have to debug one of these things.
May 8, 2020 7 0 The C++ preprocessor doesn’t understand anything about C++, and certainly not templates Raymond Chen You need to help it along.
May 7, 2020 5 0 Why does RegNotifyChangeKeyValue stop notifying once the key is deleted? Raymond Chen Because that's the last thing a key ever does.
May 6, 2020 14 0 How can I prevent the user from using Snip and Sketch to take screen shots? Raymond Chen Programs can already specify that their windows should not be captured.
May 5, 2020 1 0 Why did the message on the Start menu change from Start to Ship It! for one build? Raymond Chen A rogue expression of mixed encouragement and impatience.
May 4, 2020 0 0 Peeking inside C++/CX weak references Raymond Chen If you ever have to debug one of these things.