Thread: Multithreading tutorials ... ?

  1. #1
    Programming is fun, mkay?
    Join Date
    Oct 2001
    Posts
    490

    Question Multithreading tutorials ... ?

    Hello there. I am going to begin a small chat application, and I need some help. Could you please tell me a place on the Web in which I can learn how to multithread my application?

    Thanks,
    Matt U.

  2. #2
    Registered User
    Join Date
    Nov 2002
    Posts
    126
    Depends on what operating system you're using...

  3. #3
    Programming is fun, mkay?
    Join Date
    Oct 2001
    Posts
    490

    Lightbulb Forgot ...

    I forgot to mention that. I'm using Windows 98/2000/XP.

  4. #4
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    I posted the source of a very simple multithreaded app in this thread. Have a look at it. It will at least tell you how to spin threads. My multithreading tutorial is in tatters over several offline archives, so I can't give it to you. (Time permitting, it is number 3 on my list for conversion!!!)

    Ask further questions on this subject, (assuming you intend to stay with Win32), on the Windows board. I routinely multithread my apps, as do a couple of the others there, I'm sure we'll be able to sort it.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  5. #5
    Wen Resu
    Join Date
    May 2003
    Posts
    219
    Nice tutorial Adrian, i likes

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 3
    Last Post: 04-06-2007, 05:10 PM
  2. Why don't the tutorials on this site work on my computer?
    By jsrig88 in forum C++ Programming
    Replies: 3
    Last Post: 05-15-2006, 10:39 PM
  3. Wiki for Tutorials
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 08-16-2005, 03:03 PM
  4. CProgramming.com should update their tutorials.
    By PorkyChop in forum C++ Programming
    Replies: 17
    Last Post: 09-19-2004, 10:51 PM
  5. Best way to organize tutorials
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 05-30-2004, 04:41 AM