W
Will
Hi,
I am wondering is it possible to open a web page with c? I have been
looking for a way to do this for sometime.
Ideally it would be great to have somthing like
FILE *webpage = fopen("http://www.server.com/dir1/dir2/page.html",
"r");
Is this possible? Or are there other ways around this? Also perhaps
there is a lib i can install that would allow this?
Reagrds
Will
I am wondering is it possible to open a web page with c? I have been
looking for a way to do this for sometime.
Ideally it would be great to have somthing like
FILE *webpage = fopen("http://www.server.com/dir1/dir2/page.html",
"r");
Is this possible? Or are there other ways around this? Also perhaps
there is a lib i can install that would allow this?
Reagrds
Will