🔻 Trinity Anyone know how to parse RSS in C? I know I can use curl to download the XML file but after that I don't know. Looking to rewrite github.com/devenbl... just to learn the language.
··· 4y, 10w 4 replies ¬
Login or register your account to reply
⌨️ Joseph Learning C sounds fun, what prompted you to learn the language?
4y, 10w 1 reply
🔻 Trinity I use Linux and UNIX-based systems for pretty much everything, and I love programming in Python, so I figured I may as well learn how it all works so I can better fix issues I find.
4y, 9w reply
Mhmm you can use libcurl to downoad the file in c and use libxml2 to parse it?
4y, 10w 1 reply
🔻 Trinity Great, thank you!
4y, 9w reply