Hello to all,
I'm new to C++, but I have a program in C++ that runs from DOS console. I'd like to execute
the same program adding a simple GUI with a button to select a file and inserting a value in a text
box.
How can I do this?
The C++ code would be the same in Visual C++ and would be needed only to add the GUI or how?
Thanks in advance for any suggestion.