Greetings
I used to be a C programmer until I retired a couple of years ago, but I still like to write programs for my own amusement on my windows 7 64bit PC. I have installed a C compiler. I would like to read URL source inside a C program. Today I discovered that you can open http files in notepad, but it apparently doesn't take an http URL as an argument which is a great shame because this way I'd be able to easily retrieve the source code whereupon I could then parse it to my heart's content inside a C program. But then I came across libcurl and your c function simple.c which includes <curl/curl.h> but I haven't so far discovered the web page that I can download the library from. Can you help me please? Thanks Richard
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
