Jan 31, 2025 Post comments count1 Post likes count1 Creating a generic insertion iterator, part 2 Raymond Chen Satisfying the iterator requirements, perhaps with a little cheating.
Jan 30, 2025 Post comments count0 Post likes count1 Creating a generic insertion iterator, part 1 Raymond Chen We provide the boilerplate; you provide the smarts.
Jan 29, 2025 Post comments count6 Post likes count1 How do I create an inserter iterator that does unhinted insertion into an associative container like std::map? Raymond Chen Curiously missing from the standard library.
Jan 28, 2025 Post comments count11 Post likes count4 My electric toothbrush was acting up, so I tried to reboot it Raymond Chen It didn't help.
Jan 27, 2025 Post comments count9 Post likes count3 A pattern for obtaining a single value while holding a lock Raymond Chen The immediately-invoked lambda that returns a value.
Jan 24, 2025 Post comments count0 Post likes count5 A brief and incomplete comparison of memory corruption detection tools Raymond Chen A short overview, definitely incomplete.
Jan 23, 2025 Post comments count0 Post likes count2 Memory corruption from outside the process looks like space aliens Raymond Chen The write isn't visible to your process, just the effect of the write.
Jan 22, 2025 Post comments count15 Post likes count4 Be mindful of temporal terms in documents: What is the reference point in time? Raymond Chen What is your implied point in time for the reference?
Jan 21, 2025 Post comments count4 Post likes count0 Why is there a bulge on my bicycle tire when I inflate it? Raymond Chen Get the order of operations right.
Jan 21, 2025 Post comments count5 Post likes count3 Why doesn’t the Windows blue screen of death prominently identify the company that created the driver that crashed? Raymond Chen Because the driver that crashed may not be the one at fault.