Sep 11, 2019 Post comments count3 Post likes count1 The sad history of the MFC TRY/CATCH macros Raymond Chen Because standard C++ exception handling didn't exist yet.
Sep 10, 2019 Post comments count4 Post likes count1 Trying to wrangle a site visit to Paul Allen’s superyacht “Octopus” Raymond Chen An unsuccessful play for a site visit.
Aug 30, 2019 Post comments count17 Post likes count2 The sad history of Unicode printf-style format specifiers in Visual C++ Raymond Chen Getting ahead of the standard, which went a different way.
Aug 28, 2019 Post comments count4 Post likes count2 The sad history of Visual Studio’s custom __if_exists keyword Raymond Chen When times were simpler and bytes were precious.
Aug 27, 2019 Post comments count16 Post likes count2 One byte used to cost a dollar Raymond Chen The cost of software distribution.
Aug 26, 2019 Post comments count5 Post likes count1 Custom-printing your own attendee pass to the Windows 95 launch Raymond Chen Only the highest quality forgeries will do.
Aug 23, 2019 Post comments count2 Post likes count0 The SuperH-3, part 15: Code walkthough Raymond Chen Taking this thing for a spin.
Aug 22, 2019 Post comments count2 Post likes count0 The SuperH-3, part 14: Patterns for function calls Raymond Chen Different ways of setting up a function call.
Aug 21, 2019 Post comments count0 Post likes count0 The SuperH-3, part 13: Misaligned data, and converting between signed vs unsigned values Raymond Chen Okay, now we're doing some programming.
Aug 20, 2019 Post comments count0 Post likes count0 The SuperH-3, part 12: Calling convention and function prologues/epilogues Raymond Chen A typical RISC pattern.