Is there a good book to grok C++?
Posted
by
Paperflyer
on Programmers
See other posts from Programmers
or by Paperflyer
Published on 2011-01-23T10:37:15Z
Indexed on
2011/02/21
23:33 UTC
Read the original article
Hit count: 370
This question got me thinking. I would say I am a pretty experienced C++ programmer. I use it a lot at work, I had some courses on it at the university, I can understand most C++ code I find out there without problems.
Other languages you can pretty much learn by using them. But every time I use a new C++ library or check out some new C++ code by someone I did not know before, I discover a new set of idioms C++ has to offer. Basically, this has lead me to believe that there is a lot of stuff in C++ that might be worth knowing but that is not easily discoverable.
So, is there a good book for a somewhat experienced C++ programmer to step up the game? You know, to kind of 'get' that language the way you can 'get' Ruby or Objective-C, where everything just suddenly makes sense and you start instinctively knowing 'that C++ way of thing'?
© Programmers or respective owner