本文介绍了如何将unsigned char arr [50]虚拟字节传送给管道客户端。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我使用c ++类创建了一个命名管道服务器和客户端应用程序,

并且它们运行成功,

但我不知道如何将数据传输到管道,

这是我的任务

将未签名的Char arr [50]虚拟字节传输到管道客户。





任何人都可以解释一下。





谢谢



我尝试过:



我使用c ++类创建命名管道和客户端,

我需要将无符号字符arr [50]虚拟字节传送给客户端。

解决方案

Hi,

I created a namedpipe server and client application using c++ classes,
and they are running successfully,
but I don't know how to transfer data to the pipes,
this is my task
Transfer unsigned Char arr[50] dummy bytes to and for pipe client.


can any one explain me.


thanks

What I have tried:

I created Named pipe and client using c++ classes,
and I need to transfer unsigned char arr[50] dummy bytes to and for the client.

解决方案


这篇关于如何将unsigned char arr [50]虚拟字节传送给管道客户端。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-02 22:22