C++ for absolute freakin' morons

Started by
7 comments, last by DryKill 22 years, 3 months ago
I need to find a book that will tell me how to take the first steps into learning this language. I have 0 knowledge of anything but HTML. Are there any C++ books out there that require nothing but a basic grasp of the english language? Thanks
Advertisement
I can''t think of the exact title but the Wrox book, Beginning Visual C++ Programming by Ivor Horton is really good. You fight with the basics and he add MFC later. Which helps you learn why you don''t want to use it.

There''s a Jamsa(?-sp) book out there too... something like "Just starting Visual C++". IMO you can''t go wrong with a Jamsa book. Everyone I''ve read has had great stuff in it.
I suggest teach yourself C++ in 21 days.
I have the Jamsa C/C++ Programmers Bible, and although its written ok, its falling apart
~V'lionBugle4d
There''s a really good free book on C++.

Thinking In C++, 2nd Edition.
Bruce Eckle

You should check this out. It''s a good start. Just do a search in google and you should find his site. Don''t know the link off hand.

I really enjoyed the C++ Primer edition books when I was learning C++.

Also, I would recommend that you stay away from books that have Programming for Visual C++ or Windows Programming Win32 or MFC, as this added information in the book is a waste of space and time for someone learning C++.

-Alek

Thanks,

I''ve started reading Thinking in C++, although It seems to be focused more on corporate use, I''m sure it will give me a decent start.
If you want a quick way into games try C++ for begginers no experience required by firestorm games. It comes with directX SDK
8 and source code for everything in the book.
definitely Accelerated C++
I would avoid anything compiler specific to start. Avoid Visual C++, because they don''t spend enough time on the language before they move into MFC. Try the Teach yourself in 21 days or 24 hours books, or the Dummies books. The Bruce Eckel book, while good, seems to be directed at people with some level of prgramming skill already.

---
Make it work.
Make it fast.

"Commmmpuuuuterrrr.." --Scotty Star Trek IV:The Voyage Home
"None of us learn in a vacuum; we all stand on the shoulders of giants such as Wirth and Knuth and thousands of others. Lend your shoulders to building the future!" - Michael Abrash[JavaGaming.org][The Java Tutorial][Slick][LWJGL][LWJGL Tutorials for NeHe][LWJGL Wiki][jMonkey Engine]
if you goto www.maxcode.com you can download sams teach yourself c++ in 21 days absolutely free and some other good books to.

This topic is closed to new replies.

Advertisement