I’ll soon be starting a project of mine that heavily involves reading and interacting with websites. So I’d like to start pulling in some decent libraries to cut down on some of the dirty work that needs to be done in C++.
Thus far I’ve found ‘The Better String Library’ for string manipulation. Any other suggestions?
I’ll soon be starting a project of mine that heavily involves reading and interacting
Share
If the features provided by
std::stringare not enough, you can have a look at pystring.For networking, there is ACE or Boost.Asio.
Finally, there is the POCO library that offers many tools.