[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: Pthread question



On Wed, Feb 21, 2001 at 04:53:48PM +0530, Shridhar Daithankar wrote:
>  I am writing a small wrapper for pthreads, which stores function
>  pointers as
> member variables. I would like to know if this is feasible/advisable
> for calling pthread functions from wrapper class functions.

You're probably better off using some kind of a C++ wrapper around
pthreads. Try searching around in Doug Schmidt's ACE page.

http://www.cs.wustl.edu/~schmidt/ACE-overview.html

	-Arun