C++ Books

Jun 24, 2011 at 7:25pm
Recently I have developed an interest in c++ and started studying it. Now I have finished with Accelerated C++ book and I am not sure about how to proceed from here. Any suggestions about which books should I refer next would be much appreciated.
Jun 24, 2011 at 7:30pm
I am sort of borderline beginner/intermediate, i was told to read Accelerated C++ then Effective C++ to help me improve, the same may work for you. Also i am pretty sure that the last chapter lists some good books, i guess you could read them.
Last edited on Jun 24, 2011 at 7:33pm
Jun 25, 2011 at 3:34am
I would continue with the C++ In-Depth Series books, if you liked Accelerated C++.
Jun 25, 2011 at 5:49am
Also i am pretty sure that the last chapter lists some good book
.

Yeah, I think using that as a starting point can help, or you can check the authors of the book you just finished and see if they have any other further works on more indepth C++
Jun 25, 2011 at 9:20am
there's multiple lists of good books out there.

effective series
exceptional series
Hacker's Delight
Jun 25, 2011 at 9:25am
Thanks for the response guys. Was thinking about Modern C++ design. What do you guys think about this book? What does it focus on?
Jun 25, 2011 at 1:23pm
Is that that huge ass book?

IDK dude... if that's that huge ass book... hell no. Big books are usually worse. Accelerated c++ was like 200 pages, very dense and good... My first c++ book was a piece and it was 600 pages... Although it was kinda a laymans book... even know it didn't define simple things.
Jun 25, 2011 at 2:03pm
modern c++ is of 352 pages
Jun 25, 2011 at 4:12pm
just HERBERT SCHILDT

if you want to be a good programmer :D
for example "cook book (herbert schildt)" i read it and very very good book.
i read 4 book of herbert schildt
Jun 25, 2011 at 4:17pm
you should read the online c++ faq lite as well. i am impressed with the information that is on there i was thinking of getting the book its based off of. there is alot to read though just through the faq.


http://www.parashift.com/c++-faq-lite/
Jun 25, 2011 at 4:33pm
thanks for the suggestions guys :)
Jun 26, 2011 at 12:26am
Hmm, I was thinking of a c book, "C programming: A modern approach". It's huge... but contrary to what I though, it's highly recommended on Amazon. Although every book has 4 starts on amazon for some reason.
Jun 27, 2011 at 2:22am
Modern C++ Design is a great book but it's not for beginners (and arguably isn't for intermediates either). Save that and the template metaprogramming one until last.

Start with C++ Coding Standards, I think that's the best book I have ever read. Follow that up with the exceptional books; they're also very, very good.
Jun 27, 2011 at 9:11am
Herbert Schildt has a terrible reputation. Do not read anything by Schildt.

He has a very clear, readable writing style. Unfortunately, he makes many errors and teaches things that simply are not true.
Jun 27, 2011 at 9:17am
closed account (z05DSL3A)
Book Of Brilliant Things
http://www.cplusplus.com/articles/GLzyhbRD/
Jun 27, 2011 at 8:06pm
I apologise for hijacking your thread, i was advised to read effective C++, i have two questions:
- is effective C++,effective?
- would effective C++ prepare me for The C++ Programming Language?

I am sorry for hijacking the thread (again)
Last edited on Jun 27, 2011 at 8:07pm
Jun 27, 2011 at 8:42pm
- Yes
- Not really. There's nothing to stop you from reading The C++ Programming Language but you will encounter a lot of jargon. It's what you would expect from reading a standard.
Jun 28, 2011 at 2:58pm
Thank you
Topic archived. No new replies allowed.