Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
get source code of a website,in c++
Name: pamela Date: September 22, 2002 at 21:56:58 Pacific OS: windows CPU/Ram: pentium3/64
Comment:
How do you get the source code of a website from with a c++ program, thats all i need, be able to input a url in the c++ source code, which would allow me to get the source code of that website.
Name: tech-fred Date: September 23, 2002 at 03:26:18 Pacific
Reply:
I don't think your looking for the source code of a web site. Most sites don't have their source code. If you are looking for the source of the Web Pages of a site, there are simpler methods. For a single page, use View-->Source in your browser. If you want to see all of someone's website, try a site grabber. Grabbing a simple site is relatively easy. However a site with offsite links, cgi-scripts, database queries, may deliver gigabytes of pages. ex. site with get Acrobat Reader as an icon. If you say allow offsite links, then the web grabber will start download adobe.com.
Summary: Ok i have an assignment to submit at college and the assignment is on writing a game in c++ 1. So anyone here has any simple games coded/made in c++? PLease give me one! i need it ! 2. or, do you kn...
Summary: Hello everyone, I hope someone could help me. I'm programming a proxy in C code. It's trying to redirect requests from a Quicktime player to the Darwin Streaming Server. For this purpose I'm using TCP...