Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allocate local mem with new[]/delete[]
Sometimes the amount of memory is only known at runtime and dynamically sized local arrays are not allowed in c++.
- Loading branch information