Good tutorials to make a interative program?

Hello all! Someone have a good tutorial that says the funtions to work with buttons, textboxes, input types, etc?
I want to learn the functions to make a program with a nice visual!
First, I want to create a simple calculator.
I did this in console, and now I want to write an interative program, with textbox area to put numbers and the button to calculate. But I don't know any funtion of this type to make a program like this.
Thanks all in advance!
You could try Qt, here is an example of a calculator

http://qt.developpez.com/doc/4.7/widgets-calculator/
I forgot to say. I'm working with Visual C++ 2010 Express.
Anyone help me please? :)
Did you reject the Qt?
http://qt-project.org/downloads
http://qt-project.org/doc/qt-5.1/qtdoc/gettingstarted.html

PS. Your console program is interactive, if it reads your input. What you are looking for is graphical user interface (GUI).
Last edited on
closed account (4jzvC542)
read this post

http://www.cplusplus.com/forum/beginner/109264/

parjanya
PS. Your console program is interactive, if it reads your input. What you are looking for is graphical user interface (GUI).

Oooohh thank you! :)

read this post

http://www.cplusplus.com/forum/beginner/109264/

parjanya

Thank you too friend!

This is so hard. :/
I'm continue trying to learn this GUI.
Last edited on
closed account (4jzvC542)
@Manoel IV

it nothing man..........

it is my goal to make some really great looking programms
the one with which i was completly impressed is : Vivox C3
it interface is absolutly stunning you do check it out.........

to learn win GUI i was advised by "andywestken" to check out:

1
2
Petzold's "Programming Windows 5th edition"
http://www.charlespetzold.com/pw5/ 


its not free but i can send you link to download free by mail if you want
cheers and have fun
parjanya
Topic archived. No new replies allowed.