Guest User

Untitled

a guest
Apr 16th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. friend ostream& operater << (ostream& out, Coins& c)
  2.  
  3. #include <ostream>
  4. #include <iostream>
  5.  
  6. myfile.h
  7. ostream& operater << (ostream& out, Coins& c){
  8. c.print(out);
  9. return out;
  10. }
Add Comment
Please, Sign In to add comment