Aug 17, 2023 Post comments count1 Post likes count1 What it means when you convert between different shared_ptrs Raymond Chen Changing the pointer while controlling the same object.
Aug 16, 2023 Post comments count1 Post likes count3 Inside STL: The shared_ptr constructor and enable_shared_from_this Raymond Chen Working together through a secret signal.
Aug 15, 2023 Post comments count7 Post likes count1 Inside STL: The shared_ptr constructor vs make_shared Raymond Chen Where to hide the control block.
Aug 14, 2023 Post comments count4 Post likes count4 Inside STL: Smart pointers Raymond Chen Simple pointers or more complicated pointers.
Aug 11, 2023 Post comments count0 Post likes count4 Inside STL: The array Raymond Chen It's just an array.
Aug 10, 2023 Post comments count3 Post likes count4 Inside STL: The deque, implementation Raymond Chen An array of (pointers to) arrays.
Aug 9, 2023 Post comments count2 Post likes count6 Inside STL: The deque, design Raymond Chen An array of (pointers to) arrays.
Aug 8, 2023 Post comments count1 Post likes count7 Inside STL: The unordered_map, unordered_set, unordered_multimap, and unordered_multiset Raymond Chen A hash table.
Aug 7, 2023 Post comments count6 Post likes count4 Inside STL: The map, set, multimap, and multiset Raymond Chen A red-black tree.
Aug 4, 2023 Post comments count3 Post likes count6 Inside STL: The lists Raymond Chen Your traditional singly- or doubly-linked list.