Nov 12, 2024 2 2 Why did Windows 95 setup use three operating systems? Raymond Chen Simplifying the problem to an earlier problem.
Nov 11, 2024 7 5 Debugger breakpoints are usually implemented by patching the in-memory copy of the code Raymond Chen The code in memory may not match what the debugger shows you if the debugger is itself is doing the changing.
Nov 8, 2024 4 11 The case of a program that crashed on its first instruction Raymond Chen Didn't even make it out of the gate.
Nov 7, 2024 6 4 Why do I observe reads from a memory-mapped file when writing large blocks? Raymond Chen The CPU doesn't see the entire write at once.
Nov 6, 2024 1 1 How do I declare an operator overload for my Windows Runtime class? Raymond Chen That's not something expressible in the Windows Runtime.
Nov 5, 2024 6 3 What’s the difference between Display size and Screen size in the Windows 95 display control panel? Raymond Chen No meaningful difference, though others have created a difference.
Nov 4, 2024 4 2 On the limits of time travel in the face of undefined behavior in C Raymond Chen C imposes some constraints, but the principle is mostly still there.
Nov 1, 2024 9 5 On locale-aware substring matching, either case-sensitive or case-insensitive Raymond Chen It's surprisingly complicated, but fortunately, somebody has done it for you.