I was messing around with this awhile ago. I'm not sure if something like this already exists, i looked around didn't see anything. To anyone who doesn't know what a c++ vector object type is, the easiest way i can describe it is a template thats a wrapper over traditional arrays. The reason why i began messing with this is bc anyone that uses c++ understands how valuable and useful vector objects are as opposed to standard arrays.
This link has the names and descriptions of the functi