As it says really: anyone know of any good books to learn from (or to brush up with)? Feel the need to revise what (little) I know about C++, and catch up on it (especially with C++11 out there).
Suggestions?
Any good C++ books out there?
-
- Greenskin
- Posts: 104
- Joined: Thu Apr 27, 2006 12:37 pm
- Location: Malvern, Worcs., UK
Any good C++ books out there?
Stuart "Sslaxx" Moore
-
- Halfling
- Posts: 93
- Joined: Mon Jul 09, 2012 2:19 pm
- Location: Cuba
- x 7
Re: Any good C++ books out there?
The absolute reference would have to be Bjarne Stroustrup's "The C++ Programming Language", 4th edition. I can assure you it's quality stuff.
-
- Google Summer of Code Student
- Posts: 550
- Joined: Thu Jun 04, 2009 5:07 pm
- Location: Berlin
- x 108
Re: Any good C++ books out there?
Effective C++ and More Effective C++!
Google Summer of Code 2012 Student
Topic: "Volume Rendering with LOD aimed at terrain"
Project links: Project thread, WIKI page, Code fork for the project
Mentor: Mattan Furst
Volume GFX, accepting donations.
Topic: "Volume Rendering with LOD aimed at terrain"
Project links: Project thread, WIKI page, Code fork for the project
Mentor: Mattan Furst
Volume GFX, accepting donations.
-
- Old One
- Posts: 2565
- Joined: Sun Sep 11, 2005 1:04 am
- Location: Paris, France
- x 56
Re: Any good C++ books out there?
Not for learning...Faranwath wrote:The absolute reference would have to be Bjarne Stroustrup's "The C++ Programming Language", 4th edition. I can assure you it's quality stuff.
-
- Hobgoblin
- Posts: 563
- Joined: Wed Jul 12, 2006 5:40 pm
- x 12
Re: Any good C++ books out there?
Yeah, totally. I would highly recommend "C++ Primer Plus" by Stephen Prata and "C++ Primer" by Stanley B. Lippman (similar names, no relation, read them in that order).
Both have been updated for C++11 and are really great material to learn from.
Both have been updated for C++11 and are really great material to learn from.
-
- Halfling
- Posts: 93
- Joined: Mon Jul 09, 2012 2:19 pm
- Location: Cuba
- x 7
Re: Any good C++ books out there?
... how to program. Granted, but for learning C++ I still think it's far a better choice than any Primer.Not for learning...
-
- Silver Sponsor
- Posts: 1141
- Joined: Tue Jul 06, 2004 5:57 am
- x 151
Re: Any good C++ books out there?
Gui generator tool https://github.com/spookyboo/Magus ==> Windows binaries https://github.com/spookyboo/Magus_bin
HLMS editor https://github.com/spookyboo/HLMSEditor ==> Windows setup https://github.com/spookyboo/HLMSEditor ... e?raw=true
HLMS editor https://github.com/spookyboo/HLMSEditor ==> Windows setup https://github.com/spookyboo/HLMSEditor ... e?raw=true
-
- Old One
- Posts: 2565
- Joined: Sun Sep 11, 2005 1:04 am
- Location: Paris, France
- x 56
Re: Any good C++ books out there?
I don't agree. It's not good for learning C++ too. I mean it have all the information and it's quite good when you have some basics, but it's still not a good introduction book frankly.Faranwath wrote:... how to program. Granted, but for learning C++ I still think it's far a better choice than any Primer.Not for learning...
But it's a must-read to complete your knowledge of C++. I really wouldn't recommend it for programmers wanting to learn C++.
That being said, I didn't read the last edition for C++11 so I might be wrong.
-
- Halfling
- Posts: 93
- Joined: Mon Jul 09, 2012 2:19 pm
- Location: Cuba
- x 7
Re: Any good C++ books out there?
@Klaim: I see your point, really. C++ is quite big, and when you add the C-inherited odd stuff... well, I'm sure you know what I mean. TCPL4 is, in my opinion, an improvement over TCPL3. I enjoyed the first chapter, much as I did with the one in "Programming: Principles and Practice using C++".
At the end, I think it's a matter of choice. True, "C++ Primer" 5th edition is a lot more "reader-friendly", so to say, but I regard Bjarne's as a great book on C++. Don't get me wrong, I'm not making a Bible out of it or anything like that, but I did like reading it.
At the end, I think it's a matter of choice. True, "C++ Primer" 5th edition is a lot more "reader-friendly", so to say, but I regard Bjarne's as a great book on C++. Don't get me wrong, I'm not making a Bible out of it or anything like that, but I did like reading it.
-
- Old One
- Posts: 2565
- Joined: Sun Sep 11, 2005 1:04 am
- Location: Paris, France
- x 56
Re: Any good C++ books out there?
Well it's nice to hear that then. I'll wait for a C++14 version to be released before getting this one again.
-
- Kobold
- Posts: 38
- Joined: Thu Jun 14, 2007 9:27 am
- x 2
Re: Any good C++ books out there?
I can only totally agree! This and "Design Patterns: elements of reusable object-oriented software" (http://www.amazon.co.uk/Design-patterns ... 0201633612) are the two pillars for any programmer starting to do serious stuff in C++. The second book is not C++ oriented, but it is still fundamental.PhilipLB wrote:Effective C++ and More Effective C++!
¿Que es real?, ¿Como defines lo real? Si estas hablando de lo que puedes sentir, lo que puedes oler, lo que puedes saborear y ver, entonces lo real son simplemente señales electricas interpretadas por tu cerebro. (Morfeo, the Matrix)