Guest User

Untitled

a guest
Oct 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. std::ofstream outfile; outfile.open("foo");
  2.  
  3. std::ofstream outfile.open("foo");
  4.  
  5. error: expected ';' at end of declaration
  6. std::ofstream outfile.open("foo");
  7. ^
Add Comment
Please, Sign In to add comment