Re: (part 1) Han from China answers your C questions

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Flash Gordon

    #1

    Re: (part 1) Han from China answers your C questions

    Borked Pseudo Mailed wrote, On 29/10/08 22:19:
    Multi-threaded C programming (for those fond of portability)
    >
    Tomás Ó hÉilidhe said:
    >As far as I know, the C Standard has no mention of multi-threaded
    >programming; it has no mention of how to achieve multi-threaded
    >programming, nor does it mention whether the language or its libraries
    >are suitable for multi-threaded programming.
    >For people who are fond of portable C programming, what's the best way
    >to go about multi-threaded programming?
    >
    You're on the right newsgroup. The newsgroup comp.std.c
    is for ISO-specific C.
    No, that group is for discussing the C standard itself, not for
    discussing programming. The redirection to comp.programmin g.threads was
    probably the best redirection.
    >I've been reading up on POSIX threads a little, they seem pretty
    >ubiquitous. Would this be the best way to go?
    >
    POSIX threads is probably your best bet.
    Unless he wants to support systems that do not support POSIX threads,
    and there are plenty of those.
    I can point you
    in the direction of a few pirated PDF books if you like.
    So you are engaged in breach of copyright.
    I'll throw in the _C Unleashed_ PDF as a bonus and also
    the C99-standard PDF.
    <snip>

    I'll let the authors decide whether to notify their publisher or not.
    --
    Flash Gordon
    If spamming me sent it to smap@spam.cause way.com
    If emailing me use my reply-to address
    See the comp.lang.c Wiki hosted by me at http://clc-wiki.net/
Working...