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?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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?
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
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...
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_
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