cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Guidance required in making a GUI ?
Guidance required in making a GUI ?
Oct 28, 2011 at 5:36am UTC
ggg123
(3)
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.
Oct 28, 2011 at 12:32pm UTC
JMJAtlanta
(142)
Which GUI platform will you be using, or do you want it to work on all of them?
Oct 28, 2011 at 4:05pm UTC
ggg123
(3)
I want the program to work just on windows.
Oct 28, 2011 at 4:38pm UTC
JMJAtlanta
(142)
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
Oct 28, 2011 at 4:42pm UTC
Topic archived. No new replies allowed.