Guidance required in making a GUI ?

Hello,

I have made a store inventory system in console in C++.

I would like to know how can i convert it into full fledged graphical user interface.

Any article,book,tutorial,video would be very really helpful

Thank you.
Which GUI platform will you be using, or do you want it to work on all of them?
I want the program to work just on windows.
Start with this:

http://www.winprog.org/tutorial/start.html

Once the tutorial is complete, and if you haven't already done it, I recommend reviewing your code and aiming for a Model-View-Controller type architecture. This makes converting from one UI to another much easier.
Last edited on
Topic archived. No new replies allowed.