Dec 25, 2017 Post comments count0 Post likes count0 Time travel is here, at least when it comes to debugging Raymond Chen A present for all the developers out there.
Dec 22, 2017 Post comments count0 Post likes count0 Exposing undefined behavior when trying to port code to another platform Raymond Chen Oops, that wasn't allowed after all.
Dec 21, 2017 Post comments count0 Post likes count0 What’s the difference between VARIANT and VARIANTARG? Raymond Chen Well, is it an argument?
Dec 20, 2017 Post comments count0 Post likes count0 How do I ShellExecute a file, but with a specific program instead of the default program? Raymond Chen Count the ways.
Dec 18, 2017 Post comments count0 Post likes count1 What kind of messages can a message-only window receive? Raymond Chen Only messages that are sent directly to that window.
Dec 15, 2017 Post comments count0 Post likes count0 Creating double-precision integer multiplication with a quad-precision result from single-precision multiplication with a double-precision result using intrinsics (part 3) Raymond Chen Applying the sign adjustment.
Dec 14, 2017 Post comments count0 Post likes count0 Creating double-precision integer multiplication with a quad-precision result from single-precision multiplication with a double-precision result using intrinsics (part 2) Raymond Chen Put it all in registers.
Dec 13, 2017 Post comments count0 Post likes count0 Creating double-precision integer multiplication with a quad-precision result from single-precision multiplication with a double-precision result using intrinsics (part 1) Raymond Chen Once more with intrinsics.
Dec 11, 2017 Post comments count0 Post likes count0 Coroutines mean that the thing that looks like a stack variable may not technically be one Raymond Chen Hoisted into the future.
Dec 8, 2017 Post comments count0 Post likes count0 How do I respond to the WM_MENUCHAR message? Raymond Chen You identify the menu item that corresponds to the character.