Posts by João Ricardo Côre Dutra • 3 points
2 posts
-
0
votes2
answers104
viewsA: Communication of c# and c++
Since it is a single variable, keep the C++ variable saved in an XML and when you want to get it in c#, just read the xml. This idea of the interface by the file . dll is interesting to be used in a…
-
0
votes1
answer405
viewsQ: How to run and capture a command line output in C#
Guys, here’s the deal. I have an app that works on a command line. This application takes parameters per command line, e.g.: program.exe [parameters] I want to make an interface where I run this…