ACE vs Boost vs POCO [closed]
As rdbound said, Boost has a “near STL” status. So if you don’t need another library, stick to Boost. However, I use POCO because it has some advantages for my situation. The good things about POCO IMO: Better thread library, especially a Active Method implementation. I also like the fact that you can set the … Read more