I just need a direction to go with this.. a simple program that assists with unix and/or windows GUI creation.
I have fairly simple program using classes, virtual functions and inheritance. The functions are all implemented by a switch w/ 6 options that call one of the functions.
Now what I would like to do is create a GUI for this. A simple GUI. Imagine a calculator with the top screen acting as the cout area of what would be displayed. Then 6 buttons that reference the functions via switch.
anyone know of a program to easily do this? The program would be best if unix/windows compatible.. but unix compatible is #1 priority