some thing in deleting from arrays

hello , i want to know how to delete an item from a sorted array
Welcome to the forums.

do you have a search implemented?

If so then you can assign the element null, and re-sort... etc

you can use algorithms already written or write your own, just see your tutor and what he wants you to do .
http://cplusplus.com/reference/algorithm/search/

http://cplusplus.com/reference/algorithm/remove/
Last edited on
thnx
Topic archived. No new replies allowed.