Hacker News new | ask | show | jobs
by koja86 3458 days ago
Why so? Genuinely curious.
1 comments

C++'s standardization committee is known for being enthusiastically pro-Microsoft. IIRC, C++'s thread support is essentially the option that Microsoft forced upon the standard, in detriment of ISO's very own pthreads library which was already an ISO standard.

IIRC, the same problem also plagues C's committee.

C++'s thread support is basically boost.thread with some differences. Can you explain in which way is it Microsoft over pthreads?