So I'm clearly still new-ish to c++ and thus wasn't able to figure out how to implement ofxHTTP before discovering that fork()
and execlp()
system calls would help me achieve exactly what I wanted (which was to make a sort of "daemon" process of downloading a bunch of data while simultaneously animating a loading screen). Thanks anyway though, ofxHTTP on my radar for future use.
↧
Understanding ofxCurl
↧