Jan 16, 2017 0 0 How come my CreateMutex call sometimes fails with Access denied? Raymond Chen Because the creator didn't grant you access.
Jan 13, 2017 0 0 A survey of the various ways of declaring pages of memory to be uninteresting Raymond Chen Let me tell you how much I don't care.
Jan 12, 2017 0 0 How do I detect Windows 10 if I cannot GetProcAddress for the function IsWindows10OrGreater? Raymond Chen Just like in a cheesy movie, the answer was inside you all along.
Jan 11, 2017 0 Applying a permutation to a vector, part 6 Raymond Chen Completing an earlier exercise: The reverse permutation.
Jan 9, 2017 0 0 Applying a permutation to a vector, part 4: What is the computational complexity of the apply_permutation function? Raymond Chen It's linear, though it doesn't look that way at first glance.
Jan 6, 2017 0 0 Sorting by indices, part 2: The Schwartzian transform Raymond Chen Decorate-sort-undecorate.
Jan 4, 2017 0 Applying a permutation to a vector, part 3 Raymond Chen Permuting more than just vectors.