Aug 21, 2026 Post comments count0 Post likes count1 Reducing C++ template bloat by factoring out the type-dependent portions of the function, practical exam Raymond Chen Applying our principles.
Aug 20, 2026 Post comments count0 Post likes count2 Reducing C++ template bloat by factoring out the type-dependent portions of the function Raymond Chen Looking for consolidation points.
Aug 19, 2026 Post comments count6 Post likes count2 On wrapping a callable in a lambda that just calls it with the same parameters Raymond Chen Just use the callable directly.
Aug 17, 2026 Post comments count0 Post likes count3 How do functions like alloca allocate memory from the stack? Raymond Chen The usual probing.
Aug 13, 2026 Post comments count1 Post likes count4 A little helper class for managing LPPROC_THREAD_ATTRIBUTE_LISTs Raymond Chen Another RAII-style wrapper.
Aug 12, 2026 Post comments count4 Post likes count3 The comments that go into code versus those that go into the pull request description Raymond Chen Understanding the temporal relevance.
Aug 10, 2026 Post comments count1 Post likes count3 How can I perform a CopyFile in unbuffered mode? Raymond Chen Try one of the fancier alternatives to CopyFile.
Aug 7, 2026 Post comments count5 Post likes count3 Creating a fake agile wrapper that is technically agile but is not useful outside its home apartment, part 5 Raymond Chen Cheating with std::unique_ptr.
Aug 6, 2026 Post comments count0 Post likes count3 Creating a fake agile wrapper that is technically agile but is not useful outside its home apartment, part 4 Raymond Chen Moving things around if possible.
Aug 5, 2026 Post comments count4 Post likes count3 Creating a fake agile wrapper that is technically agile but is not useful outside its home apartment, part 3 Raymond Chen Forcing an object into the global interface table.