Is it necessary to explicitly stop all threads prior to exiting a Win32 application?

后端 未结 5 1918
[愿得一人]
[愿得一人] 2020-12-09 20:19

I have a Win32 native VC++ application that upon entering WinMain() starts a separate thread, then does some useful job while that other thread is running, then

5条回答
  •  失恋的感觉
    2020-12-09 20:41

    short answer : yes

提交回复
热议问题