Does anyone know where to get some sample code?
It doesnt have to be c, but I would like an EXE on the windows platform.
Name:
Anonymous2006-05-30 0:40 (sage)
>>1
libcurl can do most simple HTTP requests and is probably all you need. the next lower level is to use sockets yourself (check 'socket' and 'connect' c library functions)