Thread: How to use Multithreading in C++ ??

  1. #1
    Registered User
    Join Date
    Dec 2003
    Posts
    3

    How to use Multithreading in C++ ??

    Dose C++ support Multithreading or time-sharing techinque
    like Java ??
    Please i need a tutorial or any information in how i can use
    time slicing for application in C++.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    Which OS/Compiler do you have?
    Processes and threads are external to the C++ language, and are provided as libraries of one sort or another.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Dec 2003
    Posts
    3
    I have WindowXp, 2000, ME.
    I use Microsoft VC++ 6

  4. #4
    Registered User
    Join Date
    Oct 2003
    Posts
    9
    Last edited by epic; 03-08-2004 at 03:17 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Multithreading (flag stopping a thread, ring buffer) volatile
    By ShwangShwing in forum C Programming
    Replies: 3
    Last Post: 05-19-2009, 07:27 AM
  2. multithreading in C++
    By manzoor in forum C++ Programming
    Replies: 19
    Last Post: 11-28-2008, 12:20 PM
  3. Question on Multithreading
    By ronan_40060 in forum C Programming
    Replies: 1
    Last Post: 08-23-2006, 07:58 AM
  4. Client/Server and Multithreading
    By osal in forum Windows Programming
    Replies: 2
    Last Post: 07-17-2004, 03:53 AM
  5. Multithreading
    By JaWiB in forum Game Programming
    Replies: 7
    Last Post: 08-24-2003, 09:28 PM