Mar 25, 2016 Post comments count0 Post likes count0 Fixing a floating point exception when operating on NaN Raymond Chen Generate it at compile time.
Mar 24, 2016 Post comments count0 Post likes count0 Why does PathIsUNC say that paths that begin with \\?\ are not UNCs? Raymond Chen Because they aren't.
Mar 18, 2016 Post comments count0 Post likes count0 What are the consequences of reserving a huge amount of memory, most of which is never committed? Raymond Chen It's mostly harmless now.
Mar 17, 2016 Post comments count0 Post likes count0 Why not use weak linking to solve the retargetable library problem? Raymond Chen A discussion.
Mar 16, 2016 Post comments count0 Post likes count0 Randomly-generated passwords still have to be legal strings Raymond Chen Well-formed strings according to the encoding.
Mar 14, 2016 Post comments count0 Post likes count0 Adventures in UI Automation: Scraping the Driver Files dialog Raymond Chen Drivery goodness.
Mar 10, 2016 Post comments count0 Post likes count0 Could there be any problems with calling GetModuleFileNameEx on your own process? Raymond Chen Yes.
Mar 9, 2016 Post comments count0 Post likes count0 String comparisons against program output is not usually the best solution Raymond Chen Look for programmatic interfaces.
Mar 8, 2016 Post comments count0 Post likes count0 If what you’re doing is undocumented, it’s not guaranteed to keep working, and your promise not to complain doesn’t really hold water Raymond Chen Because that's what undocumented implies.
Mar 7, 2016 Post comments count0 Post likes count0 On word breaking in Chinese and Japanese Raymond Chen Different rules.