Menu

Using internet with C++?

2003-02-21
2012-09-26
  • Ondrej Majerech

    Ondrej Majerech - 2003-02-21

    How can I connect to some URL and port? I looked over the internet, but I found some info about ftp and I haven`t understood that. Can anyone explain it to me?

     
    • Anonymous

      Anonymous - 2003-02-21

      It is not something you can explain in a single message.
      Look on programming with TCP/IP which is the base in which the internet functions

      I guess the best way to example ports is after you connect via TCP/IP to a machine.  A port is a type of service, diffrent ports have been asigned to handle diffrent types of data.

      I am not a expert on the assignment of PORTs, but start with TCP/IP... google search

       
    • Ondrej Majerech

      Ondrej Majerech - 2003-02-21

      When I start searching TCP/IP on google I`ve got a chance, that 2001st link will be about programming in C++. I thought, that someone can know some good links about this. And I know what is port and IP address and other things, but I need to connect and send and receive data over the net, just like over the console...

       
    • Nobody/Anonymous

      Lol, I agree that searching for +"tcp/ip" on Google would kindda sux :) I have not tried but there might be like a trillion results :)

      Look, what youre asking is really generic, Ill give you a starting point, dont know if its the best but it sure is helping me:

      http://tangentsoft.net/wskfaq/

      Hope it helps :)
      /Eff&Berg_

       
    • Anonymous

      Anonymous - 2003-02-21

      Try this link

      Clinet/Server examples lot's of links in response to question on it.:

      http://www.experts-exchange.com/Programming/Programming_Languages/Cplusplus/Q_11694318.html

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.