L
lisek
I am looking for function witch retrurn string witch code of www site.
For example.
Site [www.something.com/index.htm] look's like:
<meta>
</meta>
<body>
something something
</body>
Program will type (no metter new lines):
<meta>
</meta>
<body>
something something
</body>
PLZZZ HELP!!!!
For example.
Site [www.something.com/index.htm] look's like:
<meta>
</meta>
<body>
something something
</body>
Code:
cout << return_site_code(www.something.com/index.htm);
Program will type (no metter new lines):
<meta>
</meta>
<body>
something something
</body>
PLZZZ HELP!!!!