TCP apllications

A

Arun

Hi,
This is Arun here, i am new to C++ (just finished the course) so i
have just thinking of programming the TCP apllications or working. So
how do i do that, just needed guidance from you.
 
K

kasthurirangan.balaji

Hi,
This is Arun here, i am new to C++ (just finished the course) so i
have just thinking of programming the TCP apllications or working. So
how do i do that, just needed guidance from you.

C++ as such does not support TCP/sockets. C++ standard doesn't speak
of that. If you are new to c++, there are various language features
which you want to try first. If you are struck, pls let us know. We
would be glad to help you.

Thanks,
Balaji.
 
D

dgcoffman

C++ as such does not support TCP/sockets. C++ standard doesn't speak
of that. If you are new to c++, there are various language features
which you want to try first. If you are struck, pls let us know. We
would be glad to help you.

Thanks,
Balaji.


You might try looking up reference on the sys/sockets.h library.
 
A

AnonMail2005

Hi,
This is Arun here, i am new to C++ (just finished the course) so i
have just thinking of programming the TCP apllications or working. So
how do i do that, just needed guidance from you.

Check out the asio library. I think it's also in the boost libraries.

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,226
Members
46,815
Latest member
treekmostly22

Latest Threads

Top