cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
some thing in deleting from arrays
some thing in deleting from arrays
Jan 9, 2010 at 7:46am UTC
tifa farouk
(19)
hello , i want to know how to delete an item from a sorted array
Jan 9, 2010 at 8:14am UTC
gcampton
(861)
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
Jan 9, 2010 at 8:19am UTC
Jan 16, 2010 at 11:00am UTC
tifa farouk
(19)
thnx
Topic archived. No new replies allowed.