Get URL Title

This snippet paste the URL from the clipboard and retrieves the title of the web page using Curl.

[codesyntax lang=”cpp”]

void grailsGenFrame::OnmenOpt1Selected(wxCommandEvent& event)
{
   string buf = "";
   buf = cus.clipUrl();
}

[/codesyntax]

Mr. Arch Brooks, Software Engineer, Brooks Computing Systems, LLC authored this article.

Leave a Reply

Your email address will not be published. Required fields are marked *