中使用选择功能实现TCP程序

中使用选择功能实现TCP程序

本文介绍了如何在C(Windows)中使用选择功能实现TCP程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是在Windows下使用c中的select函数实现TCP程序的初学者.
我不知道怎么用.
MSDN仅定义选择功能,没有给出任何实现示例.

我也在Google中提到了一个例子.
但是我只能在linux下用c进行编码.

你能帮我吗..

请指导我使用选择函数创建TCP.

I''m a beginner to implement TCP program using select function in c under windows.
I don''t know how to use it.
MSDN only defines the select function and not giving any implementation example.

I also referred in google to get an example.
But I can get only coding in c under linux.

Can you help me..

Please guide me to create TCP using select function.

推荐答案



这篇关于如何在C(Windows)中使用选择功能实现TCP程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-31 05:24