1
Answer

Linux : C# (read) and C++ (write) Inter ProcessCommunication

Ask a question
BM Ashok

BM Ashok

8y
242
1
-1 down vote favorite

I am using Unity in Linux and want to read data which is generated at runtime from a hardware upon executing c++ executable file

I have used Files where c++ writes to a file and C# reads from it , but its slow due to I/O operations

Can I get a sample code which can help me read c++ data from c# code


Answers (1)