Categories
Archives
Blogroll
Meta
Tag Archives: static
More tr1: Static Arrays
One of the old throwbacks to C in C++ is the notion of the “C-style array”: essentially a block of contiguous memory that you allocate either statically, or dynamically with malloc/free or new/delete. These structures were used in a time … Continue reading