Oct 17, 2023 5 1 Microspeak: The As-Appropriate (AA) interviewer Raymond Chen So, how are things going so far?
Oct 16, 2023 9 2 API design principle: Reading a property or adding an event handler should not alter observable behavior Raymond Chen Don't punish people for looking.
Oct 13, 2023 0 0 On detecting improper use of std::enable_shared_from_this Raymond Chen Playing around with the standard library.
Oct 12, 2023 0 0 I created an overloaded operator for my C++/WinRT class, but it’s not working Raymond Chen Take a closer look at what you are overloading.
Oct 11, 2023 13 2 Why does IFileDialog still show non-filesystem folders when I pass FOS_FORCEFILESYSTEM? Raymond Chen Because you need to pass through them to get there.
Oct 10, 2023 5 1 It rather required being on the other side of this airtight hatchway: Knowing the domain administrator password Raymond Chen If you give away the password, well, that's sort of on you.
Oct 9, 2023 2 1 Is there any performance advantage to marking a page read-only if I had no intention of writing to it anyway? Raymond Chen The CPU already figured it out.
Oct 6, 2023 2 0 A very belated improvement to the filtering of the Browse for Folder dialog so it shows only drive letters Raymond Chen The case of the very short UNC.
Oct 5, 2023 2 0 How can I get WideCharToMultiByte to convert strings encoded in UTF-16BE? Raymond Chen You first have to get it into a format the WideCharToMultiByte accepts.
Oct 4, 2023 3 1 On the confusing names for the Windows service SID types Raymond Chen Too much abbreviation.