Forum: C++ Jun 24th, 2006 |
| Replies: 54 Views: 57,188 |
Forum: C++ Jun 24th, 2006 |
| Replies: 3 Views: 3,933 Re: friend functions you need to put some declares to your program
class String;
ostream& operator << (ostream & os, String & str);
the problem will slove!:twisted: |