Sep 28, 2018 0 0 The sad history of the C++ throw(…) exception specifier Raymond Chen I promise not to throw, but who's going to check?
Sep 27, 2018 0 0 Can you wear wallpaper on your feet? You can if it’s a PARTY.BMP! Raymond Chen Wearing your history.
Sep 27, 2018 0 0 Considering the performance implications of converting recursion to an explicit stack Raymond Chen Another game of trade-offs and balances.
Sep 26, 2018 0 0 What does the thread parameter to SetWindowsHookEx actually mean? Raymond Chen What does it mean to be "associated" with a thread?
Sep 25, 2018 0 1 How do I prevent my program’s temporary documents from appearing in Search? Raymond Chen Put them in the right place.
Sep 24, 2018 0 0 Why does the compiler turn my conditional loop into an infinite one? Raymond Chen It's all in the threading.
Sep 21, 2018 0 0 Why is regsvr32 exiting with code 3? Raymond Chen Coming up with theories and ways to test those theories.
Sep 20, 2018 0 0 What do the various regsvr32 exit codes mean? Raymond Chen Reporting which step the problem occurred at.
Sep 19, 2018 0 0 Why did every Windows 3.0 DLL have an exported function called WEP? Raymond Chen The Windows Exit Procedure.
Sep 18, 2018 0 0 Why is Alt+F4 the hotkey for closing a window? Why not Alt+F5 or Alt+F3? Raymond Chen It was the next one available.