26 Replies - 15743 Views - Last Post: 31 December 2012 - 03:55 AM
#1
Books on C++
Posted 07 September 2011 - 12:01 PM
Replies To: Books on C++
#2
Re: Books on C++
Posted 07 September 2011 - 12:37 PM
There are of course a few other books that can help...
Sams Teach Yourself C++ in One Hour a Day
And when you are comfortable enough there is the book to end all books on the subject...
The C++ Programming Language: Special Edition
which of course is written by the creator of C++ himself and is very much a reference book that will surely prove useful.
Hope these help.
#3
Re: Books on C++
Posted 07 September 2011 - 01:02 PM
Sams Teach Yourself C++ in One Hour a Day
It was a really good resource when I began to learn C++
I tend to think books by Bjarne Stroustrup are a really hard read. They are perhaps the best books for the language in terms of content, but in my experience they just haven't clicked compared to other books. Although, saying that as Martyr2 said, they tend to be great reference books (just a quick read through when you need to read up on a particular topic rather than a thorough read from front to back)
Good luck
This post has been edited by Ryano121: 07 September 2011 - 01:08 PM
#4
Re: Books on C++
Posted 07 September 2011 - 01:34 PM
http://norvig.com/21-days.html
In a short-time frame, you'll be able to tell the difference between a C++ program and a hole in the ground.
The road to success is long
I like this book list.
http://rudbek.com/books.html
#5
Re: Books on C++
Posted 07 September 2011 - 01:50 PM
#6
Re: Books on C++
Posted 07 September 2011 - 02:10 PM
#7
Re: Books on C++
Posted 07 September 2011 - 02:22 PM
The most important thing is to do as much coding as you can. Even if it's the simplest of things, it will still help. Think of a problem you have, design a solution and start coding as much as possible!
Good luck and enjoy it!
#8
Re: Books on C++
Posted 07 September 2011 - 02:35 PM
#9
Re: Books on C++
Posted 08 September 2011 - 12:23 AM
#10
Re: Books on C++
Posted 08 September 2011 - 04:24 PM
#11
Re: Books on C++
Posted 08 September 2011 - 04:40 PM
#12
Re: Books on C++
Posted 08 September 2011 - 06:52 PM
However the truth is there really are not many really good C++ books out there and even fewer good books for beginners.
Just don't think that you are really "learning C++". It is a very deep language and takes years to really comprehend and even longer to master.
#13
Re: Books on C++
Posted 09 September 2011 - 12:04 AM
#14
Re: Books on C++
Posted 09 September 2011 - 09:11 AM

POPULAR
"for dummies"
"in X days/hours
Such books are notoriously bad for beginners learning C++ (despite what so called "satisfied learners" might otherwise say on here and on book sites like Amazon). What many of the people who recommend these books generally do not realise is that the books teach you all of the wrong things, and don't actually teach you C++ the right way - instead they'll get you effectively learning the C language first - using all kinds of outdated, unsafe and bad techniques, whilst ignoring many of the fundamental good/safe/easy basic tools which will actually help you learn and use C++ properly.
If you want books which actually teach C++ as a language, then please DO look at the book list which Salem_c posted; books like Accelerated C++, Programming: Principles & Practice in C++ and Lippman's C++ Primer 4th ed are all books which are written by people who not only understand the language, but understand how to learn it and teach it, as well as understanding all of the frustrations which a lot of people run into when learning the C language.
This is as opposed to Sams and Dummies authors, who are all in the school of "learn the low-level C features with all the frustrating and difficult bits first, then un-learn all of that afterwards because it's actually bad, and learn the easy useful stuff right at the end if you haven't given up already".
Sorry to be so negative about Sams/Dummies books. But those books are partly why so many 'new' C++ programmers end up reaching the point where they "think" they know how to use the language, but unfortuately find themselves habitually attached to all of the wrong ways of programming, and face a huge struggle to un-learn it all and re-learn the right things instead.
This post has been edited by Bench: 09 September 2011 - 09:12 AM
#15
Re: Books on C++
Posted 09 September 2011 - 11:10 AM
This post has been edited by jpass: 09 September 2011 - 11:11 AM
|
|

New Topic/Question
Reply



MultiQuote












|