GUI in C++

Hi,
I am using Code:Blocks to write my code in C++.
I am new at this and I have done Java before, my question is:
If i want to do GUIs in C++, menu bar, buttons, aso.. what library do i use.
what #include<> do i have to use if there is one...
I see that most people use QT4 to do guis, but is there a way to
do it just like in java, by writing code instead of using apps like qt4??
thank You,
Dario Molnar
If i want to do GUIs in C++, menu bar, buttons, aso.. what library do i use.
There are may: Qt, GTK+, wxWidgets, WinAPI ...
what #include<> do i have to use if there is one...
Depends on the library you choose
I see that most people use QT4 to do guis, but is there a way to
do it just like in java, by writing code instead of using apps like qt4??
Qt is a library so you need to write code in order to use it. Don't confuse it with Qt Creator which is an IDE with an integrated visual designer ( all GUI libraries have one )

Topic archived. No new replies allowed.