Book for Good Coding Practise ??
-
Hi everyone Do anyone know some good book's for Good Coding Practise in c++ If available Online thats best.. Thanks & regards Vikas
Vikas Amin EATON PUNE
-
Hi everyone Do anyone know some good book's for Good Coding Practise in c++ If available Online thats best.. Thanks & regards Vikas
Vikas Amin EATON PUNE
I enjoyed reading Code Complete by Steve McConnell, and Writing Solid Code by Steve Maguire.
"Talent without discipline is like an octopus on roller skates. There's plenty of movement, but you never know if it's going to be forward, backwards, or sideways." - H. Jackson Brown, Jr.
"Judge not by the eye but by the heart." - Native American Proverb
-
Hi everyone Do anyone know some good book's for Good Coding Practise in c++ If available Online thats best.. Thanks & regards Vikas
Vikas Amin EATON PUNE
Hi Vikas, Maybe this will guide you to a result:
http://books.google.co.za/books?q=Best+C%2B%2B+Book&ots=05wvPhjmZ-&sa=X&oi=print&ct=title[^]
The only programmers that are better than C programmers are those who code in 1's and 0's..... :) :) Programm3r
-
Hi everyone Do anyone know some good book's for Good Coding Practise in c++ If available Online thats best.. Thanks & regards Vikas
Vikas Amin EATON PUNE
yes i read one book very recently thats C++ Gotchas: Avoiding Common Problems in Coding and Design By Stephen C. Dewhurst very good compilation!
May all beings be happy and free...
-
Hi everyone Do anyone know some good book's for Good Coding Practise in c++ If available Online thats best.. Thanks & regards Vikas
Vikas Amin EATON PUNE
"Effective C++" (3rd Edition), and "Effective STL" by Scott Meyers are both very good. Also, "Exceptional C++" by Herb Sutter is good at helping you avoid common mistakes.
If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week Zac
-
Hi everyone Do anyone know some good book's for Good Coding Practise in c++ If available Online thats best.. Thanks & regards Vikas
Vikas Amin EATON PUNE
Besides what the others have mentioned, for an online reference you can try this: http://www.parashift.com/c++-faq-lite/[^] There's also a corresponding book. Also see Bjarne Stroustrup's site. e.g., C++ Style and Technique FAQ[^]
Kevin
-
I enjoyed reading Code Complete by Steve McConnell, and Writing Solid Code by Steve Maguire.
"Talent without discipline is like an octopus on roller skates. There's plenty of movement, but you never know if it's going to be forward, backwards, or sideways." - H. Jackson Brown, Jr.
"Judge not by the eye but by the heart." - Native American Proverb
DavidCrow wrote:
enjoyed reading Code Complete by Steve McConnell
:)All developers should be familiar with this book or something comparable. But most developers are not.
Kevin
-
Hi everyone Do anyone know some good book's for Good Coding Practise in c++ If available Online thats best.. Thanks & regards Vikas
Vikas Amin EATON PUNE
-
Hi everyone Do anyone know some good book's for Good Coding Practise in c++ If available Online thats best.. Thanks & regards Vikas
Vikas Amin EATON PUNE
You should also probably read the desigh patterns book. Regaredless of your progrmaming language, it is an essential read.
Any sufficiently gross incompetence is nearly indistinguishable from malice.