book or tutorial recommendations?

C

Chris LaJoie

Greetings. I've been programming for quite a while now, avoiding C/C++ at
all costs. For reasons I won't go into, I've decided to learn it (them?).
I have a strong handle on most programming concepts. I am relatively fluent
in the following languages: C#, CIL, VB.NET, VB6.

I have done several online beginner tutorials for C++ and found them to be
rather easy to understand. Unfortunately, I haven't been able to find many
tutorials that go into intermediate concepts, like why the hell I would ever
need a pointer to a void pointer (the most notable part of a piece of code I
saw).

Can anyone recommend a book or online tutorial that introduces intermediate
concepts in a way that encourages you to generate your own code from the
concepts taught?

Maybe that's wishful thinking... how about just "Can anyone recommend a book
or online tutorial that introduces intermediate concepts?".

Thanks in advance!

Chris
 
H

Hendrik Schober

Chris LaJoie said:
[...]
Can anyone recommend a book or online tutorial that introduces intermediate
concepts in a way that encourages you to generate your own code from the
concepts taught?

Maybe that's wishful thinking... how about just "Can anyone recommend a book
or online tutorial that introduces intermediate concepts?".

C++ intermediate concepts?
Have you looked at Stroustrup's "The C++
Programming Language"? It covers a lot of
ground, ranging from beginner's C++ up to
design issues. And it's very readable.
Thanks in advance!

Chris

Schobi

--
(e-mail address removed) is never read
I'm Schobi at suespammers org

"And why should I know better by now/When I'm old enough not to?"
Beth Orton
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top