[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] looking for a good C++ book for an experienced C programmer.
- Subject: [ale] looking for a good C++ book for an experienced C programmer.
- From: charriglists at bellsouth.net (Calvin Harrigan)
- Date: Wed, 18 Aug 2010 13:40:34 -0400
- In-reply-to: <1282148641.2270.35.camel@cfowler-desktop>
- References: <[email protected]> <1282148641.2270.35.camel@cfowler-desktop>
On 8/18/2010 12:24 PM, Chris Fowler wrote:
> C++ Primer Plus
> Effective C++
> More Effective C++
>
> The problem you'll run into is that it may be confusing as to why you
> would ever want to use that convoluted mess of C++. For UNIX
> programming it may not make much sense but as you get into Win32
> programming with the MFC and other crap like that it becomes a
> requirement.
>
> Don't get me wrong. You can write some nasty CLI programs in C++ but as
> a C programmer you may be confused as to why.
>
> www.cplusplus.com
>
>
>
>
I can second C++ Primer Plus, it's not the newest, but still one of the
best.