May 15, 2020 Post comments count2 Post likes count0 Storing a non-capturing lambda in a generic object Raymond Chen Reimplementing a small corner of std::function.
May 14, 2020 Post comments count8 Post likes count0 Inside std::function, part 2: Storage optimization Raymond Chen Preallocating the storage yourself.
May 13, 2020 Post comments count3 Post likes count1 Inside std::function, part 1: The basic idea Raymond Chen Holding all different kinds of things.
May 12, 2020 Post comments count4 Post likes count0 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 Post comments count4 Post likes count0 Peeking inside WRL weak references Raymond Chen If you ever have to debug one of these things.
May 8, 2020 Post comments count7 Post likes count0 The C++ preprocessor doesn’t understand anything about C++, and certainly not templates Raymond Chen You need to help it along.
May 7, 2020 Post comments count5 Post likes count0 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 Post comments count14 Post likes count0 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 Post comments count1 Post likes count0 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 Post comments count0 Post likes count0 Peeking inside C++/CX weak references Raymond Chen If you ever have to debug one of these things.