tcp connection in symbian c++ using Carbide

209 views Asked by At

I am new in symbian c++.

I have a assignment to write a program to "create a tcp/ip connection" in Symbian c++ using Carbide.

How can I do this?

1

There are 1 answers

0
doron On

Take a look at RSocketServ and RSocket. It is essentially analogous to BSD style sockets. You will need to also familiarize yourself with Symbian's asychronous APIs and Active Objects