C++ Programming and Technical

Q:How do I allocate multidimensional arrays using new?

Read Solution (Total 0)

C++ Other Question

How does free know the size of memory to be deleted.? Can I free() pointers allocated with new? Can I delete pointers allocated with malloc()?
A: No!