This is my implementation of a ChatGPT suggestion for a RSS Reader in C++. It's just a bare-bones proof of concept, meant to show the basic back-end workings
As the suggested code snippet relied on external libraries, I needed to see if I could build it successfully
Note: This project is intended to be used as a foundtation for a larger project and is intended for educational purposes only.
Libraries Used:
- Curl
- TinyXML2
Comments:
- Currently builds, using a shell script. To make this more portable, I should try to use CMake.
- In a fuller implementation formated output would make the feed results look clearer, i.e. colour and formatted layout.