Thread: Interact with websites

  1. #1
    Registered User
    Join Date
    May 2010
    Posts
    13

    Interact with websites

    is there a library that can make C++ apps interact with websites?
    i mean, example : i want to make an app that push that button and then another specific button (in the website page) and then write something.

    Sorry for my pointless threads

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    cURL, and it's bindings to other languages...
    libcurl - Bindings

    Compared with others...
    cURL - Comparison Table
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how do the game engine and the api interact?
    By Shadow12345 in forum Game Programming
    Replies: 9
    Last Post: 12-08-2010, 12:08 AM
  2. Need to interact with sound card
    By SubtleAphex in forum C Programming
    Replies: 14
    Last Post: 03-21-2009, 10:28 AM
  3. Create two buttons that interact with an editbox
    By Arkanos in forum C++ Programming
    Replies: 4
    Last Post: 07-11-2005, 01:17 AM
  4. I am looking for C++ websites for beginners
    By PasswordMaker99 in forum C++ Programming
    Replies: 2
    Last Post: 04-24-2005, 08:33 PM
  5. Websites
    By Unregistered in forum C++ Programming
    Replies: 2
    Last Post: 12-27-2001, 09:10 AM