hi i am a student i just begine in programming with c++ according to the algorithm that the instructor give us it is
for insert an element in an array i.e i have already the array and i want to insert an element on it the algorithmCODE
1 copy a[ins....right-1] into a[ins+1....right]
2 copy val into a[ins]
3 terminate
help me please
This post has been edited by e_engineer: 3 Oct, 2007 - 03:10 AM