Hi, I'm not knew to C++ or C, however I have very little realworld experience with them. My background mainly includes Java, PHP, and Actionscript.
My questions regarding this library is whether it provides a framework for garbage collections, such as when you use its auto pointers. I understand that I would be on my own if I created a pointer and other vars manually using C, but does this framework provide much useful help in managing such things?
Another thing is how well does the thread library work? Does it create much overhead outside of the normal cost of creating threads and basic thread management?
Thanks





