Nov 22, 2022 Post comments count2 Post likes count1 Microspeak: Breaking into jail Raymond Chen Just asking for trouble.
Nov 21, 2022 Post comments count0 Post likes count2 What kind of caller diagnostic information can I get from exceptions thrown by C++/WinRT and wil? Raymond Chen A survey of the current state of the art.
Nov 18, 2022 Post comments count0 Post likes count2 On Windows Runtime asynchronous operations with critical progress reports Raymond Chen Make the caller provide the progress handler up front.
Nov 17, 2022 Post comments count1 Post likes count1 How soon is too soon to report progress from a C++/WinRT coroutine that implements a Windows Runtime asynchronous operation with progress? Raymond Chen If a progress is sent to a forest but there's no one there to hear it.
Nov 16, 2022 Post comments count0 Post likes count1 Why won’t C++/WinRT let me co_await a CoreDispatcher or DispatcherQueue? Raymond Chen Making sure you meet the usual prerequisites.
Nov 15, 2022 Post comments count1 Post likes count1 It’s important to get the most difficult part out of the way by putting it in the title Raymond Chen It does much less harm there than in the body.
Nov 15, 2022 Post comments count11 Post likes count6 How does Windows decide whether your computer has limited or full Internet access? Raymond Chen Looking for special servers.
Nov 14, 2022 Post comments count7 Post likes count6 C++ constexpr parlor tricks: How can I obtain the length of a string at compile time? Raymond Chen The constexpr'ification of strlen.
Nov 11, 2022 Post comments count4 Post likes count6 If I issue multiple overlapped I/O requests against the same region of a file, will they execute in the order I issued them? Raymond Chen Overlapped I/O refers to temporal overlap, and that includes completion out of order.
Nov 10, 2022 Post comments count24 Post likes count3 On the dangers of giving a product feature the name “new” Raymond Chen It may be new today, but it won't be new tomorrow.