Thread: C++ and internet

  1. #1
    Registered User
    Join Date
    May 2008
    Posts
    1

    C++ and internet

    Hello,
    I would like to ask if you know how can c++ can communicate with web sites.

    To be more specific, i have an account in a web site which sends free sms. I want in my c++ program to write a message and select from a db the phones I want to send the sms and press ok. Then the program will go to the www.sms.com(it's not the real name of the website) and enter the username and password and press submit so that it can enter to my account. When it will enter, it will go to the page www.sms.com/page1 which is the page that we can send sms, and put to the textbox of the page the message and to the phones the phone numbers that i selected from my db kai again submit to send the messages.

    If you have any useful example of how can a c++ program login in a site, please sent it to me.
    Thanks in advance

  2. #2
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    Look up cURL.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

Popular pages Recent additions subscribe to a feed