Jan 17, 2017 Post comments count0 Post likes count0 Microspeak: ladder up Raymond Chen Let's puzzle it out.
Jan 16, 2017 Post comments count0 Post likes count0 How come my CreateMutex call sometimes fails with Access denied? Raymond Chen Because the creator didn't grant you access.
Jan 13, 2017 Post comments count0 Post likes count1 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 Post comments count0 Post likes count0 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 Post comments count0 Post likes count0 Applying a permutation to a vector, part 6 Raymond Chen Completing an earlier exercise: The reverse permutation.
Jan 10, 2017 Post comments count0 Post likes count0 Applying a permutation to a vector, part 5 Raymond Chen Error checking.
Jan 9, 2017 Post comments count0 Post likes count0 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 Post comments count0 Post likes count0 Sorting by indices, part 2: The Schwartzian transform Raymond Chen Decorate-sort-undecorate.
Jan 5, 2017 Post comments count0 Post likes count0 Sorting by indices, part 1 Raymond Chen Putting things together.
Jan 4, 2017 Post comments count0 Post likes count0 Applying a permutation to a vector, part 3 Raymond Chen Permuting more than just vectors.