klam
09-17-2007, 09:19 PM
Hey there,
I'm coding in C/C++ and I want an array I can manipulate easily. I know in Java we have ArrayList, do we have an equivalent in C/C++? I know we have the std::vector but if i want to be able to remove by search and not indexes.. what's my best bet?
I'm coding in C/C++ and I want an array I can manipulate easily. I know in Java we have ArrayList, do we have an equivalent in C/C++? I know we have the std::vector but if i want to be able to remove by search and not indexes.. what's my best bet?