I am looking for a C++ feed library.
Where can I find one?
Edit:
I need to be able to access feeds from my MFC application. I would like to have a library that can deal with RSS, audio, video, and whatever else it can fit.
I am looking for a C++ feed library.
Where can I find one?
I need to be able to access feeds from my MFC application. I would like to have a library that can deal with RSS, audio, video, and whatever else it can fit.
You could look at Feedreader-lib. However, it probably has too many dependencies for you.
If you want a list of feed libraries for c++, you could look at this question. These are the libraries mentioned in the answers there:
Note that most of these do depend on an external library for downloading the feed, e.g. libcurl, and the ones that aren't dedicated XML parsers also depend on an external XML parser.