From: jmarc on
The C++ Programming Language
By Bjarne Stroustrup
http://www.research.att.com/~bs/C++.html

I found it the real basic of C++,
No .NET, no MFC, no UML..

This can keep you away from mixing
differents OO concepts at once. This
book is clear on inheritance and all the
basics things others book are assuming
you possess when reading them.

This book only assume you already know
a structured programming language...

jmarc..

"Shahoo" <shahookamangar(a)gmail.com> wrote in message
news:1175272351.170561.203760(a)d57g2000hsg.googlegroups.com...
> Hello,
> As I have mentioned in some my other posts I am a beginner to MFC and
> VC++.
> Currently I am studing the book "Teach yourself Visual C++.NET in 21
> Days" from
> Sams and I am finishing it. Can anyone suggest any other books, sites
> or tutorials
> to continue after that book?
> Thanks in advancce.
>


From: MrAsm on
On Mon, 02 Apr 2007 13:38:07 GMT, "jmarc"
<jmarc(a)incursion-voyages.com> wrote:

>The C++ Programming Language
>By Bjarne Stroustrup
>http://www.research.att.com/~bs/C++.html
>
>I found it the real basic of C++,
>No .NET, no MFC, no UML..

But the OP would like a book about MFC and Visual C++, not a generic
book on "pure" C++... At least, it is my understanding...

MrAsm

From: Tom Serface on
Any book on C++ will be useful if it is easy enough to help the programmer
"get going".

Tom

"MrAsm" <mrasm(a)usa.com> wrote in message
news:4s2213lpvsnvukh8vn4vk71m7b83cm45eu(a)4ax.com...
> On Mon, 02 Apr 2007 13:38:07 GMT, "jmarc"
>
> But the OP would like a book about MFC and Visual C++, not a generic
> book on "pure" C++... At least, it is my understanding...
>
> MrAsm
>

From: MrAsm on
On Mon, 2 Apr 2007 08:06:56 -0700, "Tom Serface"
<tom.nospam(a)camaswood.com> wrote:

Hi Tom,

>Any book on C++ will be useful if it is easy enough to help the programmer
>"get going".

But the OP wrote in this thread:

>Hi and thanks for your help.
>I learned Native C++ in university when I was a freshman and moved to
>Java. But it was too slow,
>so I desiced to learn Visual C++ (MFC).

....so I understand that he already knows C++ "in console mode", and he
searching for MFC-specific books (and we all know that Stroustrup's
book is not about MFC.)

MrAsm
From: Tom Serface on
Yeah, you're right. Not much change Bjarne is going to write about MFC :o)

Tom

"MrAsm" <mrasm(a)usa.com> wrote in message
news:oj8213t72hjai2q9ai8fcim2577j8e5urf(a)4ax.com...

> Hi Tom,

> But the OP wrote in this thread:
>
>>Hi and thanks for your help.
>>I learned Native C++ in university when I was a freshman and moved to
>>Java. But it was too slow,
>>so I desiced to learn Visual C++ (MFC).
>
> ...so I understand that he already knows C++ "in console mode", and he
> searching for MFC-specific books (and we all know that Stroustrup's
> book is not about MFC.)
>
> MrAsm