Is there anything liek a c++ vector class in vb?
I have a array/vector of ints, and I wanna be able to search and find a number, then take that number and push it to the beginning of the array/vector, and move all the rest of the elements up to fill the gap...
Don't know if I have to do this by hand or if there is a better way.
I have a array/vector of ints, and I wanna be able to search and find a number, then take that number and push it to the beginning of the array/vector, and move all the rest of the elements up to fill the gap...
Don't know if I have to do this by hand or if there is a better way.
