SV: [LC++]NEWBIE: what is errno

Jack Lloyd lloyd at acm.jhu.edu
Mon Sep 24 00:54:04 UTC 2001


> AFAIK, nothing has been standarized about POSIX threads and C++.
> I am just using the 'C' documentation of linuxthreads (which
> comes with glibc: info libc).

Yes, I work on a fairly large project (XVision) which is C++ and uses
threading a lot. Calling code in an object from a thread can get ugly,
because pthreads only deal with C-style functions. But it works (mostly).
-J




More information about the tuxCPProgramming mailing list