Hi,
I've heard that using CreateThread() (unlike _beginthread()) alongside C++/C standard library functions will cause memory leaks. So this means, if I use rand(), write(), etc.... I have to use _beginthread()? What if I am only using the template classes from the C++ STL?
Thanks,
Joe