Showing archive results for 2023

Aug 14, 2023
Post comments count4
Post likes count6

Inside STL: Smart pointers

Raymond Chen

Simple pointers or more complicated pointers.

Code
Aug 11, 2023
Post comments count0
Post likes count5

Inside STL: The array

Raymond Chen

It's just an array.

Code
Aug 4, 2023
Post comments count3
Post likes count7

Inside STL: The lists

Raymond Chen

Your traditional singly- or doubly-linked list.

Code
Aug 3, 2023
Post comments count6
Post likes count9

Inside STL: The string

Raymond Chen

An allocation, with a twist.

Code
Aug 2, 2023
Post comments count6
Post likes count7

Inside STL: The vector

Raymond Chen

A contiguous memory block, reallocated as necessary.

Code