سؤال

i'm writing an app that needs a calculation support (Fun project). However, is there a way to enter input data to the interactive console in BC from C#, and then read the data from the console with C#? I have tried to use dllexport in the c source, but the code is confusing me.

هل كانت مفيدة؟

المحلول

The usual way to interact with prewritten console applications in c# is to use Process.Start and then redirect StandardInput and StandardOutput.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top