Sunday, 18 August 2013

Add or delete values in an array in c++

Add or delete values in an array in c++

How can I add or delete values in an array? I don't want to use vector,
set, or some other further commands: I just would like to do it with
pointers, if necessary, and in case with new and delete.

No comments:

Post a Comment