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