I've been playing around with the Cheap Threads download package on
FreeBSD using the GNU C compiler (gcc) and so far it seems great.
However I really need to use classes and some of the nice data structures
in C++. Thus far trying to compile the cttimer test program using g++ has
been utterly impossible.
Is there any way that the cheap threads code can be used by a program
written in C++? Or am I going to be forced to use POSIX threads and have
to write completely different versions of this application for *NIX and
Windows?
Any help would be greatly appreciated.
Thnx.
-Antz