Originally posted by: Apathetic
Originally posted by: Zombie
I gave her Deitel & Deitel book (manager wanted to recommend her the book) and she brings it right back. She is looking for a tutorial format and not a text.
God why am I being asked help this person.
Sooo.... she wants something like "How to Pretend You're a C++ Programmer in 36 Hours" type of book?
That's too bad. The Dietel book is a good book. I don't know of any C++ tutorial books (good or otherwise). I have lots of C books, but the only C++ books I have a Stroustrup's and Dietel's.
C++ is *HARD* - especially when you throw COM into the mix. You have to know a staggering amount of information to simply call a component written in VB (or another COM language) from C++. I know you haven't mentioned COM yet, but it's only a matter of time before someone says "...hey, Fred just wrote this little library function in VB, why don't you use it in your C++ program?..."
As many other posters have pointed out, there's a LOT more to being a programmer than memorizing a language syntax. Application design is paramount. If your design is bad, then your app will suck no matter how skillfully you wrote the syntax.
Dave