Using threads in C on Windows. Simple Example? [closed]
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 4 years ago . What do I need and how can I use threads in C on Windows Vista? Could you please give me a simple code example? 回答1: Here is the MSDN sample on how to use CreateThread() on Windows. The basic idea is you call CreateThread() and pass it a pointer to your thread function, which is