Book Recommendations for modern C++/Boost...

D

Daniel Pitts

Hello Everyone,

I'm familiar with the "fundamentals" of C++, but I've strayed from the
path and have been a Java developer for a number of years now. I'd like
to revisit my roots. A lot seems to have changed since I first learned
C++ (for instance, I've never used boost), so I think it might be good
to get a fresh start.

Are there any good books about (advanced) programming in c++ using
modern tools such as boost? Or should I wait for 0x to be solidified
before trying to reenter the world of C++?

Thanks,
Daniel.
 
D

Daniel Pitts

Victor said:
You shouldn't wait. That's first and foremost. I don't know of any
books that deal with C++ in general yet specifically talk about Boost
(since Boost is a collection of third-party components, not all of it
and not yet is standardized). But you should get a book published
recently that talks about C++ and has enough of the Standard Library
description in it. I would probably take Stroustrup's Special Edition
(if you can handle it) or combined "Accelerated C++" by Koenig and Moo,
"C++ Standard Library" by Josuttis, and "C++ Templates" by Vandevoorde
and Josuttis. That probably covers 95% of what you're likely to do
in/with C++ in the near future.

V

Thanks for those suggestions. One thing that is important to me in the
"near future" is multi-threaded programming. I already have much of the
concepts solidified from Java concurrency.
 
U

utab

Hello Everyone,

I'm familiar with the "fundamentals" of C++, but I've strayed from the
path and have been a Java developer for a number of years now. I'd like
to revisit my roots. A lot seems to have changed since I first learned
C++ (for instance, I've never used boost), so I think it might be good
to get a fresh start.

Are there any good books about (advanced) programming in c++ using
modern tools such as boost? Or should I wait for 0x to be solidified
before trying to reenter the world of C++?

Thanks,
Daniel.

Perhaps,

Björn Karlsson, Beyond the C++ Standard Library: An Introduction to
Boost. Addison-Wesley, August 31, 2005. ISBN: 0-3211-3354-4.

HTH,

Umut
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,771
Messages
2,569,587
Members
45,099
Latest member
AmbrosePri
Top