Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Is the STL bundled with Visual C++ thread-safe?

0
Posted

Is the STL bundled with Visual C++ thread-safe?

0

The standard library shipped with Visual C++ 5.0 and 6.0 is not thread-safe, therefore you should not attempt to build multi-threaded versions of OpenTop using this library. However, the modifications required to fix the library are simple and Dinkumware have supplied patches which can be obtained from their web site: http://www.dinkumware.com/vc_fixes.html. Alternatively, you can use other third-party standard libraries which are thread-safe. One good example is STLPort.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123