C++ User Input Data Gui

Hi, I am new to this forum so if I broke any rules please let me know :)

I am currently taking C++ class and have programming experience. Currently most of my program will run and print message in consoles.

I want to take a step further by creating a simple GUI that run as .exe in visual studio. Alternatively I can also use Xcode but I want to run the program in window 7.
I want the GUI to be able to do the following.
1) take user input (typing)
2) Store user input
3) able to delete previous user input.

It sounds very simple but I believe there are more complicated stuff behind it. Currently I am using QT but I am not sure whether it is the right program.

So For the GUI If I type "123" and enter follow by "234" and enter, I wish the GUI will display

123
234

And I should be able to delete 234 or 123.

Please advise me on what I need to search (keywords) and what program is appropriate. Thank you!
Just do any GUI tutorial (QT, WinApi, mfc.., etc.) and you will answer to your question by yourself.
Topic archived. No new replies allowed.