The Old New Thing (original) (raw)
Latest posts
Jun 17, 2025
Post comments count 0
Post likes count 1
Funding the Egghead store shopping spree took a little extra legwork
Raymond Chen
Just ask the boss.
Jun 16, 2025
Post comments count 1
Post likes count 2
Writing a helper class for generating a particular category of C callback wrappers around C++ methods
Raymond Chen
Another exercise in C++ template programming.
Jun 13, 2025
Post comments count 4
Post likes count 2
Thread pool threads are like preschool: Leave things the way you found them
Raymond Chen
Your mother always told you to clean up behind yourself.
Jun 12, 2025
Post comments count 5
Post likes count 0
Why does Windows even have Interlocked functions when we have std::atomic?
Raymond Chen
Well, you have to start somewhere.
Jun 11, 2025
Post comments count 6
Post likes count 3
Removing the MAX_PATH restriction on paths applies only to paths
Raymond Chen
The individual file names still retain their existing limits.
Jun 10, 2025
Post comments count 6
Post likes count 4
Application compatibility for Windows 95 crashed a cash register
Raymond Chen
Exceeding all reasonable maximums.
Jun 9, 2025
Post comments count 2
Post likes count 1
Dubious security vulnerability: Tricking a program into running non-elevated
Raymond Chen
You can do anything, but still within the limits of your authority.
Jun 6, 2025
Post comments count 0
Post likes count 3
Why does C++ think my class is copy-constructible when it can’t be copy-constructed?
Raymond Chen
You said that you had a copy constructor, even though it can't be compiled.
Jun 5, 2025
Post comments count 11
Post likes count 1
Why do some Windows functions fail if I pass an unaligned Unicode string?
Raymond Chen
Well, if you don't align it, then you've already broken the rules.