Advertisement
Guest User

user.cpp

a guest
Apr 19th, 2013
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.17 KB | None | 0 0
  1. //Save current choices to a file
  2.     ofstream myfile;
  3.     myfile.open ("example.txt");
  4.     myfile << user.choices;//Try and save a vector to a file
  5.     myfile.close();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement