D
D
Daniil Demidko2018-12-22 09:22:15
C++ / C#
Daniil Demidko, 2018-12-22 09:22:15

How to make a console application "return" some text?

I want to use C++ or C# for this. It is necessary that the application from the command line with certain arguments, in response, returns (to another application) data, some text. Basically, it's a function app. Please name the technology that allows this to be done.
The option to write a dynamic library is not considered (not liked).

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
freeExec, 2018-12-22
@Daniro_San

You create a process with your application, redirect its stdout to yourself and read the output of this application to your console.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question