Hi all, happy holidays!
I just discovered cURL and cURLpp.
I am looking for some sample code to be implemented in a unmanaged C++ DLL
(I am using a compiler called watcom), that performs a function that is
similar to what I can do in JavaScript with its HTTP Object: for example, in
JavaScripte, I do:
req_1 = new HTTP("www.myurl.com/test.php?p1="+val1+"&p2="val2);
if (req_1 != NULL) do something...

If anyone has already done something like this, I'd really appreciate some
help.

Thanks

George
_______________________________________________
cURLpp mailing list
[email protected]
http://www.rrette.com/mailman/listinfo/curlpp

Reply via email to