Saving vectors in binary files

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jvalente
    New Member
    • Oct 2006
    • 1

    #1

    Saving vectors in binary files

    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.
Working...