Hello,

1)

I am wondering if you could show me little example writing a socket in c++ for UNIX.

Write a quick program that will receive data html from google.com

Example:

Enter a URL: google.com

Output: <html><head><meta http-equiv="content-type" content="text/html; charset . ... .. .
... ...
.......
.
</html>


This will output the data... :P


------------

2) Do you know where I can get a totorial/example for c++ socket for UNIX.