Hello i have a class "client" that have a vector of travels
vector <travels*> v;
and i would like to save this vector to when i run the program again i can know the travels that i add to a client in the past, can someone help me?
PS: sorry the bad english.