|
|
|
|
|
by nice_byte
1203 days ago
|
|
that's the intended behavior. this somewhat mirrors what happens with a std::vector when you call resize() except of course c doesn't have default ctors. the point of resize is to make exactly "size" elements of the dynamic array addressable. |
|