I have been using C++ for a while now and I have begum thinking about developing code to share with others. The main concern I have is that the average computer user is not going to want to pop open terminal and feed the command line the prompts that I normally do when I run my programs. Can you recommend any GUI software that I can include in my code so that the end user can just click a button to run the code and then change various values in provided fields? Or does anyone have any experience developing GUIs? If so, can you guide me to useful references?