Hi Iam creating an address book(with parameters like name,phone number,home address and some other 5fields)using vectors. Iam able to add just the name, how should I proceed to add the rest of the other fields connected to the same name?? Initially I thought of inserting the name and rest of the fields in to a vector but only one field can be added in one vector right(??). Its crazy to have 5vectors to add those 5 parameters to hold the values..
so how can I implement it with vector or is it possible to do it with vector. what should I do?? Should I use any other data structure??