[ back to toc ]

opening a url

Date: 2002/05/09 13:06

Q:
how can i open a url or a web address from within a c program. i want to
execute a remote web page on the internet from within a c program

thanks in advance
A:
There are several ways, but I recommend that you use the CURL library.

http://curl.haxx.se

regards,
Peter

[ back to toc ]