Where can I find a channel library for C ++ / MFC?
2 answers
You can take a look at Feedreader-lib . However, it probably has too many dependencies for you.
If you need a list of C ++ feed libraries, you can take a look at this question . These are the libraries mentioned in the answers there:
- libxml as rss feeds are just XML
- expat , same as above
- xerces
- The flexible parser in CodeProject looks good.
- libmrss has n't been updated for about a year.
Please note that most of them depend on an external library to download the feed, for example. libcurl , and those that are not dedicated XML parsers also depend on external XML parsing.
+1
a source to share