Hi,I urgently need Zthread devpak (for dev-c++).Unfortunately, original links from http://contestsol...
By thr
Hi,I urgently need Zthread devpak (for dev-c++).Unfortunately, original links from http://contestsol...
By thr
Product Name: PCBA/PCB Board/Place of Origin: China/Packing: Vacuum bag and paper box outside/We can...
By sz21138919_hotmail_com
Is it legit to not use arguments of a variable argument function? Forexample consider that printf he...
By michael_b_allen
Is the following code valid:void func(int va_flag, ){va_list va;va_start(va, va_flag);if (va_flag) {...
By laurentdeniau, 2 Comments
Wondering if anyone has experience or war stories about ZThreads.Thikning of using it, but can't rea...
By adleyman_gmail_com, 3 Comments
I've always casted the result of a call to c/malloc viz.:int * ptr = (int *) calloc(10, sizeof(int))...
By evilrix, 8 Comments
Does anyone have this devpak? Please, I can`t find it anywhere......
By bbuczowski_gmail, 1 Comments
Hi,- Are there any cardinal rules as to when a function should not beinlined?- If a function, say f,...
By abhi, 2 Comments
adleyman...gmail.com wrote:
> Wondering if anyone has experience or war stories about ZThreads.
> Thikning of using it, but can't really find much talk about it.
Just wondering here... Why are you thinking of using it if you
haven't found much about it? Why not use something else, then?
V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
victor_bazarov | Sun, 18 May 2008 19:30:00 GMT |
Victor Bazarov wrote:
> adleyman...gmail.com wrote:
> Just wondering here... Why are you thinking of using it if you
> haven't found much about it? Why not use something else, then?
> V
> --
> Please remove capital 'A's when replying by e-mail
> I do not respond to top-posted replies, please don't ask
Well,
I saw it in the "Thinking in C++" book by Bruce Eckel and figured
ZThreads seem a lot more intuitive than PThreads with C++. Let me also
state though that I am somewhat amateur and do not know of any options
besides ZThreads or PThreads.
adleyman_gmail | Sun, 18 May 2008 19:31:00 GMT |
adleyman...gmail.com wrote:
> [..]
> I saw it in the "Thinking in C++" book by Bruce Eckel and figured
> ZThreads seem a lot more intuitive than PThreads with C++. Let me also
> state though that I am somewhat amateur and do not know of any options
> besides ZThreads or PThreads.
I've not heard of ZThreads, and pthreads is basically a standard thing
on Un*x-like systems (not everywhere, but on many of them). Ask in
'comp.programming.threads', maybe they heard something...
V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
victor_bazarov | Sun, 18 May 2008 19:32:00 GMT |