标题:关于Bind函数的疑问
取消只看楼主
tutianzhu
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2005-6-2
 问题点数:0 回复次数:0 
关于Bind函数的疑问

我运用的是CSocket(CLientSocket是从CSocket类派生的)类套接字,下面是我在服务器端创建的侦听套接字 ,为什么总是无法进行绑定?是不是CSocket中无Bind函数,或是我的参数应用错误? //创建 m_pLsocket=new CListenSocket; if(!m_pLsocket->Create(1020)) { AfxMessageBox("Can not create the socket!"); } else { AfxMessageBox(" create the socket sucessfully!"); }

//绑定 if(!m_pLsocket->Bind(1020)) { AfxMessageBox("Bind Failure"); } else { AfxMessageBox("Bind Successfully"); }

搜索更多相关主题的帖子: Bind 函数 疑问 
2005-06-02 20:32



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-19942-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.743029 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved