symbian c++ 中的 tcp 连接使用硬质合金
我是 symbian c++ 的新手。
我有一个任务是使用 Carbide 在 Symbian C++ 中编写一个“创建 tcp/ip 连接”的程序。
我该怎么做?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看一下 RSocketServ 和 RSocket。它本质上类似于 BSD 风格的套接字。您还需要熟悉 Symbian 的异步 API 和活动对象
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