PDA

View Full Version : qt from beginning to advanced



sachinmcajnu
8th March 2011, 04:15
hi , i have just started learning qt using c/c++ and i am very keen to learn it
please suggest me any book which covers all the topics from basic to advanced level
or some ebook .
i am a student in INDIA doing MCA FROM JNU (NEW DELHI)
kindly suggest me some book because i think online tutorials are not enough for thorough
understanding...
plz help

email id: sachinmcajnu@gmail.com

schnitzel
8th March 2011, 04:41
try this link: http://doc.qt.nokia.com/4.7/how-to-learn-qt.html
there is a link to an ebook on that page somewhere.
I find it a lot easier to search an online document (or the web) vs. trying to find something in a book.
Qt's documentation is top notch and they have a lot of good examples.

good luck

sachinmcajnu
8th March 2011, 06:07
yeah thanks for the concern
but from the examples you cant learn the syntax of various functions used............

nish
8th March 2011, 07:33
but from the examples you cant learn the syntax of various functions used............
o yes you can learn better from examples. But as you are a student a book would be all rite.
go for Qt Gui programming http://www.flipkart.com/gui-programming-qt4-jasmin-blanchette-book-8131726479

But make your C++, pointers, OOP strong before going for it.

szisziszilvi
8th March 2011, 07:58
I would say walk through some full tutorials like the Address Book, and then try to find ome own purposes and don't give up with them. This might be enjoyable enough. ;)