Having spent a good amount of time using ACE for cross-platform interoperability and as a general class library, I was less than satisfied with the complexity of the code (mostly due to macros) and poor documentation. After poking around the web for alternatives, I eliminated Boost (not broad enough), Platinum (too immature and inconsistent), and JUCE (great for audio -- missing other components).
Poco is the closest thing to a real class library for C++ (in the style of the .NET or Java class libraries) with clean code, non-old-school naming conventions, and pretty good documentation.
I'm surprised more folks haven't stumbled across this library, or maybe they have and aren't very vocal in the forums.
Thanks guys.





