Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Process interaction(c# and pure c++)

I've got c# dispatcher and fast c++ program for data processing.I need pass data(initializtion) to c++ program from c# dispatcher. Passing data is primitive type: config strings, decimals. I don't want use file or command line arguments for interaction. I think it should be smarter way. Now interaction is one-way, but I think at the future it could be two way. Can you advice me appropriate way for my task?

Thanks

like image 489
Andrew Kalashnikov Avatar asked Jan 17 '26 01:01

Andrew Kalashnikov


1 Answers

you could make use of C++/CLI DLL as the middle layer.

like image 63
ghimireniraj Avatar answered Jan 19 '26 14:01

ghimireniraj



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!