Hi Guys,
In my current task , I need to read the read the approximately 10,000 recoreds from database and need to store the same in container.Now i need to select container to store all this records inorder to generate the report.Could you let me know whether i need to use vector or list and why? I have selected vector from my end as i don't require any kind of insertion in the middle and no searching effort is required.Apart from this after insertion i need to sort the all the records based on Name field.