Creating a User interface

I want to create a user interface and i dont know how to go a about it. 'wuld appreciate any help
This isn't really enough information to go by. Are you looking for a graphical user interface, or a menu driven console based interface?

For the latter, you would want to use a list of couts with the options, and then use a cin to get user input, and use a switch on that input to call the exact case that's needed.
For the former... might I suggest looking into the Qt framework? It's remarkably easy to use and the tools for it are quite good (in my opinion).
http://doc.qt.nokia.com/latest/tutorials.html

-Albatross
Last edited on
Topic archived. No new replies allowed.