Subj : Re: standar C++ and threads; any Poxis lib? To : comp.lang.c++,comp.programming.threads From : Gianni Mariani Date : Wed Jan 05 2005 10:25 pm Markus Elfring wrote: >>I have been reading for a while and trying to make something I was asked. .... >>due my case, what is the approach: what Linux C++ library has posix >>threads. I heard they went into the kernel and many nuisances, but I >>don't really know what to use and HOW!! > > > Did you try any portable classes that work with NPTL? Austria C++ also has a "posix like" model (it's posix underneath on Unix/Linux and uses Win32 API's on Windows) but the API is pure C++. .