This is a simple RSS reader written in C++, using Qt.
It shows a tray icon, you can add RSS feed urls to it, and it will show the feeds on it's context menu.
To add a RSS url simply click on the icon with the right button, go to "Add new RSS src", paste the URL and click "OK". A new item will be added to the menu, and the item's submenu will have all the rss entries. Click on one of them to view the full story on your default browser.
To remove a RSS feed, click on the last item of it's submenu "--- Remove this feed ---".
...