I am new in symbian c++.
I have a assignmen开发者_运维知识库t to write a program to "create a tcp/ip connection" in Symbian c++ using Carbide.
How can I do this?
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
精彩评论