Post
by icon » Thu Mar 13, 2003 6:58 pm
"C++ in 21 days" and "C/C++ for dummies" are horrible books to learn programming in. They are chock full of misconceptions, errors, and bad teaching styles. Books like that are why many programmers, although they may know alot, use awful programming habits. They churn out the buggiest code, full of memory leaks, global variables (yuck!!), bad practices, and slow, inflated functions.
I found a really really good website that rated and judged programming books, and was really accurate. The books were rated by a really good programming instructor from Harvard or Stanford or somesuch, and pointed out exactly, in depth, what was wrong with those books.
A search on Google might yeild some nice results for pages like that, and give you a good idea what books you should really learn on. Learning how to code is one thing, learning to code nicely is quite another.
And like someone else said, looking at existing code is a great way to grasp a tough concept.
- Icon
In memory of [b][color=darkblue]MasTerKeyZ[/b][/color].