Re: Anybody can suggest a good C++ book?



On Mar 6, 4:43 am, Bruno van Dooren [MVP VC++]
<bruno_nos_pam_van_doo...@xxxxxxxxxxx> wrote:
What's the good C++ book you guys read? Please suggest. Thanks.

The C++ progamming language, 3d edition.
By Bjarne Stroustrup

--
Kind regards,
Bruno.
bruno_nos_pam_van_doo...@xxxxxxxxxxx
Remove only "_nos_pam"

In conjunction with a good C++ book, also please read "The Art of
computer programming" by Donald Knuth and the C++ ISO standard
Reference PDF.
Also if you want to become a more advanced C++ developer in the
future, learn Assembly. Almost all very very difficult C++ bugs
require you to debug in assembly.

Good luck and have fun... Remember C++ is your friend !

.



Relevant Pages


Loading