[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: C++ and threading howto for linux dev



Micha Feigin wrote:

> On Mon, 10 Aug 2009 15:09:40 -0500
> "Boyd Stephen Smith Jr." <bss@iguanasuicide.net> wrote:

> 
> One way to do it by the way if you want them encapsulated inside a class
> is to use static member functions (they are actually just standard
> function with a limited scope). Then you don't need to define them as
> friend, you do need to pass a pointer to the relevant class though.
> 

Ok thanks for the hint.



Reply to: