> Can anyone tell me, are
there issues using Boost with the .NET framework and managed C++?
> How would
shared_ptr etc work? Are there issues with the collection classes?
Visual C now has its own smart ptrs and
.net has loads of collection classes. I don’t think I’d mix the
two.