up vote 9 down vote favorite
2
share [g+] share [fb]

I'd like you to recommend some fine books on Boost and QT libraries. I've been learning C++ for more than a year, I've learned the syntax and language basics, it's gotchas, a few development features and gotcha's. I don't have big experience in development. Read Eckel (Thinking in C++), Meyers.

link|improve this question

feedback

closed as not constructive by Bill the Lizard Sep 27 '11 at 14:58

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.

6 Answers

up vote 3 down vote accepted

Book Cover

Beyond the C++ Standard Library: An Introduction to Boost

Great book for getting a good introduction to the Boost libraries.

link|improve this answer
1  
Although slightly outdated at this point, IIRC. I find the online boost docs just as good and always up to date. – littlenag Dec 3 '08 at 17:10
yeah, i own it too. i find the online docs at least as good as the book. nevertheless, i think it was worth the money – Johannes Schaub - litb Dec 31 '08 at 0:22
feedback

C++ GUI Programming with QT 4 is quite a good book on QT. I have a copy of this. I don't have any books on BOOST but This amazon search on C++ BOOST might be a good start.

link|improve this answer
feedback

You really don't need a book on QT. They're got great tutorials and examples. Note to mention a ridiculously great API.

link|improve this answer
feedback

I highly recommend Introduction to Design Patterns in C++ with Qt 4

EDIT: I've been reading from the book and I'm starting to feel like it's a little advanced, thus I recommend "C++ GUI Programming with Qt 4" for beginners and "Introduction to Design Patterns in C++ with Qt 4" afterwords

link|improve this answer
feedback

This Boost book is not out yet, but I thought of posting it here so that you are aware of it:

Link

EDIT: It's out now. and also 2nd volume later in 2011.

link|improve this answer
feedback

I'll agree that Qt has great documentation, tutorials and examples. However, I find a good book to be very helpful. I seem to be wired that way.

I'll second the recommendation of C++ GUI Programming with QT 4. I got started with this book for Qt 3.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.