Prev: Who Know How To set Windows password without old one -- VC Or C#
Next: Heap Corruption when using delete
From: Gordon Padwick on 15 Dec 2009 22:18 Can someone, please, help me understand the difference between a function and a method? Gordon
From: David Wilkinson on 15 Dec 2009 22:54 Gordon Padwick wrote: > Can someone, please, help me understand the difference between a > function and a method? Gordon: A method is a function that is a member of a class. method == member function -- David Wilkinson Visual C++ MVP
From: Gordon Padwick on 20 Dec 2009 23:14
At last, you, David, has made the distiction clear. Thanks "David Wilkinson" <no-reply(a)effisols.com> wrote in message news:Owf%23rNgfKHA.5020(a)TK2MSFTNGP02.phx.gbl... > Gordon Padwick wrote: >> Can someone, please, help me understand the difference between a function >> and a method? > > Gordon: > > A method is a function that is a member of a class. > > method == member function > > -- > David Wilkinson > Visual C++ MVP |