cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Threads, how to use them?
Threads, how to use them?
Sep 14, 2009 at 6:39pm UTC
award982
(129)
Hello!
Could someone explain to me how to use threads? i want to run two functions at the same time on a console application, and i heard that threads can do this. Could anyone tell me what they are and how to use them?
Sep 14, 2009 at 8:24pm UTC
kempofighter
(1183)
Did you search the web for multi threading tutorials? Search for these terms, "c++ multithreading tutorial". Your question is very broad.
Sep 15, 2009 at 4:06pm UTC
Bazzy
(6281)
If you have enough patience, you can wait C++0x multi-threading
http://www.devx.com/SpecialReports/Article/38883
If you don't, you will need external libraries
Topic archived. No new replies allowed.