- Dev Blogs
- The Old New Thing
The Old New Thing
Practical development throughout the evolution of Windows.
Latest posts
Jan 23, 2025
0
1
Memory corruption from outside the process looks like space aliens
The write isn't visible to your process, just the effect of the write.
Jan 22, 2025
8
3
Be mindful of temporal terms in documents: What is the reference point in time?
What is your implied point in time for the reference?
Jan 21, 2025
4
0
Why is there a bulge on my bicycle tire when I inflate it?
Get the order of operations right.
Jan 21, 2025
4
3
Why doesn’t the Windows blue screen of death prominently identify the company that created the driver that crashed?
Because the driver that crashed may not be the one at fault.
Jan 20, 2025
1
3
Reminder: When a C++ object fails to construct, the destructor does not run
If you need to run after a failed construction, you have to put it in a base class or member variable.
Jan 17, 2025
6
1
The case of the crash when trying to erase an element from a std::set
Another kind of fiasco.
Jan 16, 2025
3
1
In a C++ class template specialization, how can I call the unspecialized version of a method?
You can't talk about things that might exist, so instead talk about things that do.
Jan 15, 2025
0
0
How does GetUserDefaultGeoName choose between ISO 3166-1 and UN M.49 codes?
Clarifying the behavior.

