Advertisement
icyflamez96

Untitled

Oct 28th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. void printInstructions(){
  2. string cont;
  3. ofstream textFile;
  4.  
  5. textFile.open("instructions.txt");
  6. cout<<textFile<<endl;
  7. textFile.close();
  8.  
  9. cout<<"Enter anything to continue"<<endl;
  10. getline(cin,cont);
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement