I
I
IartanisI2018-06-26 21:04:34
C++ / C#
IartanisI, 2018-06-26 21:04:34

How to fasten a visual form for a C program?

The crux of the matter is this, there is a C program that works great and suits me perfectly, but it is not convenient for individuals to work with it through the console. What is the easiest way to attach a visual form to it (in fact, a couple of fields and a window with information output). Threat to rewrite the entire program into another language, I really would not want to.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
GavriKos, 2018-06-26
@GavriKos

It depends on the specifics of the program, but you can do it as it is done with GIT and its "visual" clients. You make the form on what you know how, and the form "communicates" with the console program through the standard cin - cout.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question