Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
how to create a shared memory in c..


i want that for providing the interprocess communication between the process.


can you help me..
Posted

Did you try Google![^]?
 
Share this answer
 
Comments
@BangIndia 30-Jun-11 0:21am    
ya .. i try it.. but i can't get it.. so only i ask codeproject..



can you help me.
Is it Windows? Then you need to use Windows API CreateFileMapping and MapViewOfFile. Look at the code sample here:
http://msdn.microsoft.com/en-us/library/aa366551(v=vs.85).aspx[^].

Please always tag the platform you want to use.

—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