thanks
On Fri, Apr 17, 2009 at 9:45 PM, David Shen <[email protected]>wrote: > > check MSDN, and find what c2804 mean. no body can help you with this code. > > > On Fri, Apr 17, 2009 at 1:33 PM, Carlos Arias > <[email protected]> wrote: > > Hi, > > I try to overload the << operator with this code: > > > > > > ostream& > > > > operator << (ostream &os, const dialer &d); > > > > ostream& > > > > operator << (ostream& os, const dialer& d) { > > > > os << > > > > ""; > > > > return os; > > > > } > > > > but return me a c2804 error how can i solve this problem. > > > > thanks every body. > > > > -- > > Carlos Andrés Arias Blanco > > 8864-3573 > > > > > > -- > Best Regards, > David Shen > -- Carlos Andrés Arias Blanco 8864-3573
