Apr 29, 2022 4 0 The case of the failed exchange of the vtable slot Raymond Chen Another application compatibility case.
Apr 28, 2022 2 2 What’s up with std::piecewise_construct and std::forward_as_tuple? Raymond Chen When you need to pass two sets of variadic parameters, and to work around other extremely weird edge cases.
Apr 27, 2022 0 0 How do I decode a #pragma detect_mismatch error? Raymond Chen The linker tells you a bunch of stuff. Here's what it means.
Apr 26, 2022 9 4 Be careful with that thing, it’s a confidential coffee maker Raymond Chen Just keep it under wraps.
Apr 25, 2022 0 0 How can I force a WriteFile or ReadFile to complete synchronously or hang, in order to test something? Raymond Chen You can use a named pipe.
Apr 22, 2022 3 0 Trying to create a factory that remembers the parameters to pass to another method Raymond Chen Lost in a twisty maze of universal references.
Apr 21, 2022 0 0 How do I access and customize the IInspectable methods of a Windows Runtime class written in C++/WinRT? Raymond Chen Special access methods, but normal overrides.
Apr 20, 2022 0 0 Class template argument deduction may be the new hotness, but we’ll always have maker functions Raymond Chen It's all or nothing, and sometimes you don't have all.
Apr 19, 2022 10 0 The Applesoft Compiler (TASC): We have the source code, in a sense Raymond Chen The desperation of programming under tight memory constraints.
Apr 18, 2022 2 0 The x86 architecture is the weirdo, part 2 Raymond Chen It does everything differently, because of course it does.