C++ Programming and Technical

What if I forget the [] when deleteing array allocated via new T[n]?

Read Solution (Total 0)

C++ Other Question

How do I allocate / unallocate an array of things? Can I drop the [] when deleteing array of some built-in type (char, int, etc)?