Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
i created pipe in c under msdev

But i don't know how to exchange data between them..

can you help..
Posted
Comments
Sergey Alexandrovich Kryukov 30-Jun-11 13:50pm    
Platform, please.
--SA

 
Share this answer
 
Comments
@BangIndia 30-Jun-11 2:53am    
second one is i think enough......
Thanks...
Wild-Programmer 30-Jun-11 2:55am    
My pleasure :)
Please check -
link
 
Share this answer
 
Comments
@BangIndia 30-Jun-11 2:50am    
no..
i want to use under windows platform..
msdev editor..

That link provide the information about pipes used under linux..
harish85 1-Jul-11 0:03am    
Nevermind,you already have the answer from SA and Amit- Thanks,
First of all, why did you post the similar question again? Please, do not re-post — it does not help you to get better answers. Also, you had to indicate the platform you're using instead of waiting until someone asks you. You should indicate in in the question's tag (well, do it now). Again, you're the one who is interested the most, as it makes relevant answers more likely.

To use named pipes, you should start from here:
http://msdn.microsoft.com/en-us/library/aa365590(v=vs.85).aspx[^].

Do you need code samples? Drill down and check:
http://msdn.microsoft.com/en-us/library/aa365799(v=vs.85).aspx[^]; all five links on this page presents the use cases with short and clear code samples.

When it comes to Windows development, always check MSDN first, as a rule of thumb.

—SA
 
Share this answer
 

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