Learning C++, not programming...

Started by
4 comments, last by Moth 22 years, 2 months ago
I''ve been programming games (in VB and then Lingo) off-and-on for the past three years or so. I''ve done OOP in Lingo. What I''d like is advice on either book(s) or tutorials that will give me a running start on C++, without assuming I''m a clueless newbie when it comes to programming in general. I have a copy of Visual C++ 5, if that matters... Any suggestions?
Advertisement
Yup I have Herbert Schildt''s "C++ from the ground up" 3rd ed.
It''s a cracker. I''ve also read "C++ in 24 hours" and thought it sucked from a readability POV. Schildt''s book is very relaxed and readable. It tells you lots of "nice" things to know too about what style is good with regard to various bit of C++ syntax and so on - useful because C++ is a bit cluttered.
look into Schildt''s other book: C++ the complete reference. its pretty good

---------------------------
"Bingo-Bango! Sugar in the gas tank!"
Twenty years from now you will be more disappointed by the things you didn't do than by the ones you did. So throw off the bowlines, Sail away from the safe harbour. Catch the trade winds in your sails. Explore. Dream. -Mark Twain
Thanks! That sounds just about right, and I like what people are saying on Amazon too... hmm. Although now I can't decide which of the two is more likely to be my speed... hopefully I can find both locally, so I can compare & contrast before purchasing...

Edited by - Moth on January 25, 2002 12:30:19 AM
.
no contest at all. If you are smart you will buy "The C++ Programming Language 3rd (or special) edition" by Bjarne Stroustrup. He made C++ so he understands it quite well as you can imagine. Or you can be dumb and not buy it, less competition for me.

This topic is closed to new replies.

Advertisement