How to get source code from the web

closed account (N04jz8AR)
Hey,
I am making a game and want to make an updater that grabs the source code from a page on the web. Can this use things that are available to all platforms? Please help I've tried googling it a lot.
It could just be something that grabs the text from the page and executing it (maybe using something like Python's exec() command ?)
BTW I'm using mac
Thanks!
Last edited on
Use Boost.Asio or Qt (cross platform). You can also use WinAPI or ncurses.
Topic archived. No new replies allowed.