Re: C++ implementation of core Java API
On Sat, 03 Nov 2007 10:21:04 -0400, Lew wrote:
versions of
Also
argument.
McCoyHatfieldwa re
On Sat, 03 Nov 2007 10:21:04 -0400, Lew wrote:
Some years back I worked on a multi-threaded C++ app. I wrote C++
Java's Thread and Runnable classes for it, based on a freely-available
pthreads library.
>
It turned out that it was tricky to get the semantics to match, in part
because a C++ reference (type&) is not the same as a Java reference.
pthreads library.
>
It turned out that it was tricky to get the semantics to match, in part
because a C++ reference (type&) is not the same as a Java reference.
tricky was to get Thread to be startable on its own or with a Runnable
McCoyHatfieldwa re
Comment