Return site code

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>



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!!!!
 
?

=?ISO-8859-15?Q?Stefan_N=E4we?=

lisek said:
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>



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!!!!

1. Google for libcurl
2. Learn how to write a program around libcurl
3. come back if you have a C++ specific question

/S
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top