I have a C ++ application with data that needs to be shared with a C # application. I am currently transferring data through files, but with the speed and amount of data that become a problem, I would like to find a way to share data through memory.
At best, I start with an intermediate programmer, and so far I have heard of two methods that can help me with this: Programming sockets and files with memory.
So my questions are the best way to do this? (yes, speed is a factor)
and any information or links to information that can help me in my research and understanding of the method you offer will be greatly appreciated.
Thanks,
source
share