Hi,
I had a query whether Windows multithreading API throw any Synchronization exception.
If I am sharing a STL string between threads and the string is not guarded,will there be any synchronization exception.
Another query is does STL container throw exceptions apart from memory violation
Thanks in advance :-)