Threading in C++

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ramasubramanian.rahul@gmail.com

    Threading in C++

    hi.. can anyone help me out with threading in c++ .. i need pointers to
    good refrence matirial in the net so start off....
    Thanks in advance for the help...

  • Gary Wessle

    #2
    Re: Threading in C++

    "ramasubramania n.rahul@gmail.c om" <ramasubramania n.rahul@gmail.c omwrites:
    hi.. can anyone help me out with threading in c++ .. i need pointers to
    good refrence matirial in the net so start off....
    Thanks in advance for the help...
    man daemon,
    POSIX Pthread libraries on Linux. YoLinux: Linux Information Portal includes informative tutorials and links to many Linux sites.

    Comment

    • Kavya

      #3
      Re: Threading in C++


      ramasubramanian .rahul@gmail.co m wrote:
      hi.. can anyone help me out with threading in c++ .. i need pointers to
      good refrence matirial in the net so start off....
      Thanks in advance for the help...
      You can even try Boost.Threads


      Comment

      • Gianni Mariani

        #4
        Re: Threading in C++

        ramasubramanian .rahul@gmail.co m wrote:
        hi.. can anyone help me out with threading in c++ .. i need pointers to
        good refrence matirial in the net so start off....
        Thanks in advance for the help...
        >
        I use Austria C++ threads ...

        Comment

        Working...