Results 1 to 2 of 2

Thread: Help with opening a web page?

  1. #1
    Join Date
    Jul 2012
    Beans
    3

    Help with opening a web page?

    I'm very new to C++, and was wondering how do I make a C++ program open a web page, I've googled it and read a few tutorials on how to do it but it does not make sense to me, can anyone help me?

  2. #2
    Join Date
    Jun 2007
    Location
    Maryland, US
    Beans
    6,288
    Distro
    Kubuntu

    Re: Help with opening a web page?

    Use libcurl. You can read more about it here:
    http://curl.haxx.se/libcurl/c/

    If the information still does not make sense, then you will a) need to show the application that you have tried thus far, and b) provide explicit details as to what is not working.


    P.S. Supposedly there exists a C++ binding (wrapper) for libcurl; however in my brief attempt at Googling, I could not locate it.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •