设为首页 加入收藏

TOP

Windows Sockets 1.1应用实例(115)
2010-12-30 20:58:11 来源: 作者: 【 】 浏览:62230
Tags:Windows Sockets 1.1 应用 实例
nbsp;
} /* end: if (bytes_read) */

     else {

        wsprintf((LPSTR)prbuf, "Timed out. No data received.\n");

        SetDlgItemText(hOurDlg, IDD_COMMENT, prbuf);

        goto come_here;

     } /* end: else */

    

     /* send reply to 'client' */

     wsprintf((LPSTR)prbuf,

        "Replied to %s\n", inet_ntoa(local.sin_addr));

     SetDlgItemText(hOurDlg, IDD_COMMENT, prbuf);

    

     for (i=0; i<10; ++i) {

        sprintf(SendBuf, "Rec'd %ld bytes.\n", bytes_read);

        if(len = sendto(hSock, SendBuf, sizeof(SendBuf), 0,

             &nbs

首页 上一页 112 113 114 115 116 117 118 下一页 尾页 115/143/143
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
分享到: 
上一篇Windows Socket 1.1库函数概览 下一篇Windows Sockets 1.1编程

评论

帐  号: 密码: (新用户注册)
验 证 码:
表  情:
内  容: