Click to See Complete Forum and Search --> : Programming with Qt


silvater
03-02-2004, 05:06 PM
I just started reading Programming with Qt, by Mathhias Kalle.
At my school I couldnt find any recent version, the most recent one is from 99.
It talks about 1.X and gives insigth in what's to come in 2.X

I want to know if there has been some major changes since then, and if there is certain things that I should consoder or learn diffferent.

I would appreciate any feedback
Im using qt 3.2

mdwatts
03-03-2004, 01:42 PM
I've never done any QT programming (or any other languages), so I would not know the differences between the two versions.

Anything on the QT site as to the major changes between 1.X and 2.X? I would think they would have them available in the changelogs.

JayMan8081
03-03-2004, 02:48 PM
The Trolltech website has some good tutorials that will step you through the basics. It starts out with the typical "Hello World" application. For each tutorial they give a screenshot of what given code should display, the code itself, and then what each line does and how it fits into the final output. And best of all, these are free. So if you are just starting out and want something that is current that would be a good place to start.