I need code to get the html from a website
I also need to know how to do filehandles
thanx for any help
This is a discussion on url and filehandles within the C++ Programming forums, part of the General Programming Boards category; I need code to get the html from a website I also need to know how to do filehandles thanx ...
I need code to get the html from a website
I also need to know how to do filehandles
thanx for any help
Beej's guide is *nix specific. Windows is not all that different. If you are using a Windows machine, learn the concepts from Beej's guide, and then search for some Winsock tutorials.
As for filehandles - just look for a half decent C/C++ tutorial.
Actually Beej covers how to do it in windows. Considering Unix sockets > windows sockets thats all you need![]()