Need some C++ reference recommendations...

Paunchy

Member
Sep 19, 2001
126
0
0
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
 

macwinlin

Senior member
Apr 11, 2002
523
0
76
Try C++ How To Program or C++ Primer. UCLA uses the books I just mentioned for their "introduction to programming" courses.
 

y00ycdz

Golden Member
Jan 5, 2001
1,313
0
76
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...
 

Jumpem

Lifer
Sep 21, 2000
10,757
3
81
It's excellent for beginners, just stick to chapters 1-5. That covers variables, control structures, functions, arrays, and pointers.