Thread: Threads in C++

  1. #1
    myNegReal
    Join Date
    Jun 2005
    Posts
    100

    Threads in C++

    How do you start and handle multiple threads in C++? Is there a way or do you have to implement your own way?
    Using Dev-C++ on Windows

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    Here is a good start.
    My best code is written with the delete key.

  3. #3
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981

  4. #4
    myNegReal
    Join Date
    Jun 2005
    Posts
    100
    Nice, that'll help thanks guys
    Using Dev-C++ on Windows

  5. #5
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    >> thanks guys
    <chuckle>No problem.</chuckle>

    One more reading assignment...
    http://www.kuro5hin.org/story/2002/11/18/22112/860

    gg

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 5
    Last Post: 10-17-2008, 11:28 AM
  2. Yet another n00b in pthreads ...
    By dimis in forum C++ Programming
    Replies: 14
    Last Post: 04-07-2008, 12:43 AM
  3. Classes and Threads
    By Halloko in forum Windows Programming
    Replies: 9
    Last Post: 10-23-2005, 05:27 AM
  4. problem with win32 threads
    By pdmarshall in forum C++ Programming
    Replies: 6
    Last Post: 07-29-2004, 02:39 PM
  5. Block and wake up certain threads
    By Spark in forum C Programming
    Replies: 9
    Last Post: 06-01-2002, 03:39 AM