• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need some C++ reference recommendations...

Paunchy

Member
I'm going to be teaching an Intro to Programming course this Fall semester, but I'm at a loss for what to use as the class text. Does anyone have any suggestions for a well-written text that covers the basics of C++ (variables, functions, pointers, some OO, etc)?

Thanks in advance.

--Paunchy
 
Try C++ How To Program or C++ Primer. UCLA uses the books I just mentioned for their "introduction to programming" courses.
 
If you give that huge ass book to a student, he'll hate you for having to read so much ;] That book is big, and if your doing BASICS, then I don't think its worth getting students to buy that book for only beginners stuff...
 
It's excellent for beginners, just stick to chapters 1-5. That covers variables, control structures, functions, arrays, and pointers.
 
Back
Top