Threads, how to use them?

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?
Did you search the web for multi threading tutorials? Search for these terms, "c++ multithreading tutorial". Your question is very broad.
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.