Monday, December 19, 2016

Digest for comp.lang.c++@googlegroups.com - 1 update in 1 topic

scott@slp53.sl.home (Scott Lurndal): Dec 19 02:30PM

>> non-static member.
 
>> Andy
 
>Not really.
 
Yes, really.
 
Have a static method in class reader as your thread entry point
taking a single void * argument. Pass the object pointer as the
argument. In the static method, you can cast the argument to
a pointer to reader and use that to access object data directly
or as Tiib points out, use it to invoke a member function.
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to comp.lang.c+++unsubscribe@googlegroups.com.

No comments: