在目标c中开始学习套接字编程的最佳方法

时间:2022-08-20 23:57:36

i am a beginner in objective c and iphone and i have undertaken a project of 'client

我是目标c和iphone的初学者,我已经开展了一个'客户端项目

server program' . but i m not having any idea about sockets in iphone . can anyone plz suggest me some books or links from where i can easily understand the sockets and their

服务器程序'。但我对iphone中的插座一无所知。任何人都可以告诉我一些书籍或链接从哪里我可以很容易地理解插座和他们的

programming in objective c. i recently studied this tutorial but didn't find it helpful

目标c编程我最近学习了这个教程,但没有发现它有用

thanks.

谢谢。

2 个解决方案

#1


6  

Apple doc's are best to learn any concept related to iOS. Setting Up Socket Streams, Networking and Multitasking

Apple doc最适合学习任何与iOS相关的概念。设置套接字流,网络和多任务处理

Check the below link,

检查以下链接,

Example socket programming in iphone

iphone中的套接字编程示例

Socket programming in iPhone

iPhone中的套接字编程

#2


3  

First start with Socket Programmming in C. read this presentation for start,it will help u.

首先从C开始使用Socket Programmming。开始阅读本演示文稿,它将对您有所帮助。

#1


6  

Apple doc's are best to learn any concept related to iOS. Setting Up Socket Streams, Networking and Multitasking

Apple doc最适合学习任何与iOS相关的概念。设置套接字流,网络和多任务处理

Check the below link,

检查以下链接,

Example socket programming in iphone

iphone中的套接字编程示例

Socket programming in iPhone

iPhone中的套接字编程

#2


3  

First start with Socket Programmming in C. read this presentation for start,it will help u.

首先从C开始使用Socket Programmming。开始阅读本演示文稿,它将对您有所帮助。