Click here to Skip to main content
15,891,902 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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.
Posted
Updated 28-Feb-19 2:04am

1 solution

You say that your classes are working, so what exactly is the problem? Transferring any type of data across a pipe is exactly the same process, as described in Named Pipe Operations - Windows applications | Microsoft Docs[^]
 
Share this answer
 
Comments
Member 12711426 28-Feb-19 10:50am    
thank you i got idea

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900