Please specify the range of vector list ....
I want to store million of records in vector<>.
I have to copy Millions of records from one vector<> to another vector<> and then sort the vector and apply my filter function(unique id) to retrieve the record.
is this possible in vector
Regards, Karthik
See Question&Answers more detail:os