thats what I ended up doing.  Now i just need to find out the size of an array.  haha  sizeof(ARRAY) doesn't work :-(

  ----- Original Message -----
  From: Ben Doom
  To: CF-Community
  Sent: Friday, June 25, 2004 8:53 AM
  Subject: Re: C++ anyone?

  Arrays in C aren't like arrays in CF.  They are not dynamic in size.

  If you want to remove element 3 from a 5 element list and act like it
  never existed, you have to:
  copy element 4 to element 3
  copy element 5 to element 4
  keep track of how many elements are currently in the list.

  Does that help at all?

  brobborb wrote:

  > THIS IS DRIVING ME NUTS!!!!!!11
  >
  > HOW DO YOU DELETE AN ELEMENT FROM AN ARRAY?!  THIS IS CRAZY>?!  AHHH!!!!!
  >
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to