Thread: Internet Application Programming

  1. #1
    Unregistered
    Guest

    Internet Application Programming

    I have been looking for tutorials that teach programming applications that can communicate over the internet but I don't really know what to search for. I tried socket programming and things like that but didn't come up with anything useful. I was hoping someone could point me in the right direction.

    Thanks.

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    Either sockets or CGI is what you are looking for. C++ isn't good for CGI and sockets at such a low level are nothing short of a nightmare. What exactly do you want to do?

    -Prelude
    My best code is written with the delete key.

  3. #3
    Unregistered
    Guest

    Communication

    Well, just say... I would like to run a deamon or server application or send a message from one ip to another.

  4. #4
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >I would like to run a deamon or server application or send a message from one ip to another.
    You would probably be better off with another language, Java perhaps. Otherwise, search the net for source code to server applications in C++ and you'll get the basic idea of what is going on.

    -Prelude
    My best code is written with the delete key.

  5. #5

  6. #6
    train spotter
    Join Date
    Aug 2001
    Location
    near a computer
    Posts
    3,868
    If using WIN32 could try the Internet functions from Wininet.lib

    ie InternetOpenURL(), InternetReadFile()
    "Man alone suffers so excruciatingly in the world that he was compelled to invent laughter."
    Friedrich Nietzsche

    "I spent a lot of my money on booze, birds and fast cars......the rest I squandered."
    George Best

    "If you are going through hell....keep going."
    Winston Churchill

  7. #7
    x4000 Ruski's Avatar
    Join Date
    Jun 2002
    Location
    Outer Space!
    Posts
    542

    Re: Internet Application Programming

    Originally posted by Unregistered
    I have been looking for tutorials that teach programming applications that can communicate over the internet but I don't really know what to search for. I tried socket programming and things like that but didn't come up with anything useful. I was hoping someone could point me in the right direction.

    Thanks.
    I once done that with visual basic's WinSock .. but that was visual basic
    what does signature stand for?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. 2 internet connections
    By Erakis in forum Windows Programming
    Replies: 0
    Last Post: 07-01-2009, 07:14 AM
  2. Using internet browsers internally in application
    By alphaoide in forum Tech Board
    Replies: 5
    Last Post: 11-06-2005, 03:19 PM
  3. Problem with com application
    By amardon in forum C++ Programming
    Replies: 3
    Last Post: 10-06-2005, 05:50 AM
  4. Internet Problems
    By SirCrono6 in forum Tech Board
    Replies: 3
    Last Post: 04-26-2004, 09:47 PM