If you are using C++ or Objective-C++ you can use C++11 threads (which are portable on all current operating systems) directly, no need to use pthreads.
back
1 comments
Some of us aren't using C++.
Hence, the desire to see MSVC support the C11 and C99 standards.
I don't use C99/C11 regularly, but I would love to see a VS that fully implements at least the C99 standards. My comment was specifically about using pthreads which are standard only on UNIX like systems.