How is using 'new' considered dynamic? I understand that it gets put on the heap, returns a pointer and sticks around, but I don't yet recognize it's "dynamic" nature in terms of allocation.How is using 'new' considered dynamic? I unders
How is using 'new' considered dynamic? I understand that it gets put on the heap, returns a pointer and sticks around, but I don't yet recognize it's "dynamic" nature in terms of allocation.How is using 'new' considered dynamic? I unders