Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. namespace fileTool{
  2. ofstream outFile;
  3. outFile.open("filepath.txt");
  4. };
  5.  
  6. //access the file like this
  7.  
  8. fileTool::outFile;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement