Results 1 to 5 of 5

Thread: stl vector uses link list ?????????

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2004
    Posts
    222

    stl vector uses link list ?????????

    Thanks for answer.

    I have some examples how to use stl. so I can use it.
    But I want to know that how does it allocate memory.

    In link list privious store a pointer for another list and whenever we want to add we just allocate a new space and points to that space.

    Similary
    How does array manages the space?

  2. #2
    Fanatic Member
    Join Date
    Dec 2003
    Posts
    703
    This was already answered.
    an ending

  3. #3
    Fanatic Member
    Join Date
    Jan 2003
    Posts
    1,004
    Could you give me the link then?
    "Can't" and "shouldn't" are two totally separate things.

    All questions should be answered. All answers should be true. That is why I post.

  4. #4
    Fanatic Member
    Join Date
    Dec 2003
    Posts
    703
    as far as i'm concerned, it was answered here more or less. Posting 2 threads with the same title isn't the best plan imo anyway.
    an ending

  5. #5
    Fanatic Member
    Join Date
    Jan 2003
    Posts
    1,004
    thanks
    "Can't" and "shouldn't" are two totally separate things.

    All questions should be answered. All answers should be true. That is why I post.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width