I\'ve got a C++ Win32 application that has a number of threads that might be busy doing IO (HTTP calls, etc) when the user wants to shutdown the application. Currently, I p
*NULL = 0 is the fastest way. if you don't want to crash, call exit() or its win32 equivalent.
*NULL = 0
exit()