My advice.  Read Scott Meyer's books on Effective C++.  He's probably the most sane of the authors out there.  Also Exceptional C++ isn't too bad by Herb Sutter.  It's a bunch of "puzzles" which are kind of fun to work out but will reveal ignorance at the same time.

C++ Gotchas is kind of a fun book, but I'm not sure I've even read that one all the way through.  




On Thu, Nov 22, 2012 at 6:10 AM, David Leimbach <leimy2k@gmail.com> wrote:



On Mon, Nov 19, 2012 at 7:10 AM, Kurt H Maier <khm-9@intma.in> wrote:
On Mon, Nov 19, 2012 at 09:56:33AM -0500, Calvin Morrison wrote:
> On 19 November 2012 04:59, Steve Simon <steve@quintile.net> wrote:
>
> Isn't all C code valid C++? problem solved.


As of c99, they have diverged.

They weren't the same in 1998 either.