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++.
This is a discussion on How to use Multithreading in C++ ?? within the C++ Programming forums, part of the General Programming Boards category; Dose C++ support Multithreading or time-sharing techinque like Java ?? Please i need a tutorial or any information in how ...
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++.
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.
I support http://www.ukip.org/ as the first necessary step to a free Europe.
I have WindowXp, 2000, ME.
I use Microsoft VC++ 6
Look on msdn on win32 threads
MSDN
http://msdn.microsoft.com/library/de...nd_threads.asp
Last edited by epic; 03-08-2004 at 02:17 AM.