Search Results

0
votes

What are the differences between Visual C++ 6.0 and Visual C++ 2008?

Did you know that MS VC6's implementation of the STL isn't thread-safe? In particular, the reference counting optimization in basic_string blows up even when compiled with the multi-threaded libra …