Difference among STLPort and SGI STL
Posted
by Yan Cheng CHEOK
on Stack Overflow
See other posts from Stack Overflow
or by Yan Cheng CHEOK
Published on 2010-04-24T16:03:40Z
Indexed on
2010/04/24
23:23 UTC
Read the original article
Hit count: 233
Recently, I was buzzed by the following problem STL std::string class causes crashes and memory corruption on multi-processor machines while using VC6.
I plan to use an alternative STL libraries instead of the one provided by VC6.
I came across 2 libraries : STLPort and SGI STL
I was wondering what is the difference between the 2. Which one I should use? Which one able to guarantee thread safety?
Thanks.
© Stack Overflow or respective owner