|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
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. |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
On Jun 6, 4:02pm, Arun <sajapuram.arun.prak...@gmail.com> wrote:
> 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 you. Thanks, Balaji. |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
Hi,
Here is some reading material http://www.unixguide.net/network/socketfaq/ Regards, Ron AF Greve http://www.InformationSuperHighway.eu "Arun" <sajapuram.arun.prakash@gmail.com> wrote in message news:aaaf8ddd-5e7f-4fc8-9e8b-8bbc626cf711@u6g2000prc.googlegroups.com... > 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. |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
On Jun 6, 4:48 am, kasthurirangan.bal...@gmail.com wrote:
> On Jun 6, 4:02 pm, Arun <sajapuram.arun.prak...@gmail.com> wrote: > > > 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 you. > > Thanks, > Balaji. You might try looking up reference on the sys/sockets.h library. |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
> 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 |
|
![]() |
| Outils de la discussion | |
|
|