Help required for vector
i am using vector to save some objects.
i have add button in my application. when i add anything to vector it gets added up at index 1. then i close my application and when i again open it and try to add it, the object replaces the 1st object. i want that it should not replace the 1st object but should get added up at index 2.
plz help me as i new to vector n don't have much idea about it.
thanks in advance.

