Where can I find a channel library for C ++ / MFC?

I'm looking for a C ++ channel library.

Where can I find it?

Edit:

I need to be able to access feeds from my MFC application. I would like to have a library that can handle RSS, audio, video and anything else that can fit.

0


a source to share


2 answers


Cm. . Basically, the Windows RSS platform will do.



+1


a source


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:



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







All Articles