Thread: Thread programming in windows platform

  1. #1
    Registered User
    Join Date
    Jan 2006
    Posts
    5

    Thread programming in windows platform

    Hello

    How can i do the thread programming in windows platform equivalent to Linux platform where we would use (thr_create and <thread.h>)..

  2. #2
    Registered Luser cwr's Avatar
    Join Date
    Jul 2005
    Location
    Sydney, Australia
    Posts
    869
    Perhaps you should direct windows programming questions to the windows programming forum?

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Moved

  4. #4
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    It may be a bit basic for you but my simple threading tutorial will at least get you started. It is a very big area with a lot of API routines. I keep meaning to add more, but never seem to have the time, I need to multithread under "human OS".
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Thread Prog in C language (seg fault)
    By kumars in forum C Programming
    Replies: 22
    Last Post: 10-09-2008, 01:17 PM
  2. Calling a Thread with a Function Pointer.
    By ScrollMaster in forum Windows Programming
    Replies: 6
    Last Post: 06-10-2006, 08:56 AM
  3. Virtual keys
    By Arkanos in forum Windows Programming
    Replies: 4
    Last Post: 12-12-2005, 10:00 AM
  4. How to make a thread sleep or std::recv timeout?
    By BrianK in forum Linux Programming
    Replies: 3
    Last Post: 02-26-2003, 10:27 PM
  5. Downloading windows platform sdk
    By brif in forum Windows Programming
    Replies: 3
    Last Post: 09-15-2002, 07:00 AM