I'm was working on a c++ program that inolved calsses and when i got done with it was running good. Now I need to use that program in GUI.

Is thier any advice on using the C++".exe" file in GUI

Thanks :rolleyes:

Member Avatar for Siersan

One word: "pipe". :) Any input to and output from the program can be piped into your GUI code and handled accordingly.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.