Re: array looses fill-pointer after removing an element
From: Rahul Jain (rjain_at_nyct.net)
Date: 02/21/05
- Next message: Rahul Jain: "Re: One last chapter to review! Last chance! One-day only!"
- Previous message: Rahul Jain: "Re: need good IDE and advice"
- In reply to: Jm: "array looses fill-pointer after removing an element"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 21 Feb 2005 00:26:32 -0500
"Jm" <jm@noemail.com> writes:
> I fill the array then proceed to remove an element from the array with
> "remove" and setf the new resulting array back to its original variable:
This is a strange operation to be doing on a vector. Usually one would
use a list if such operations are needed, or do something a bit more
complex if both direct index-based access and element removal are needed
in the same data structure. What exactly are you using this data
structure for?
-- Rahul Jain rjain@nyct.net Professional Software Developer, Amateur Quantum Mechanicist
- Next message: Rahul Jain: "Re: One last chapter to review! Last chance! One-day only!"
- Previous message: Rahul Jain: "Re: need good IDE and advice"
- In reply to: Jm: "array looses fill-pointer after removing an element"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]