BM Ashok

BM Ashok

  • NA
  • 8
  • 3.6k

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

Aug 9 2016 3:00 AM
-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)