Beginning programming

David R. Stampf drs at bnlux0.bnl.gov
Fri Jan 19 12:45:51 AEST 1990


In article <2810 at bingvaxu.cc.binghamton.edu> cjoslyn at bingvaxu.cc.binghamton.edu.cc.binghamton.edu (Cliff Joslyn) writes:
>
>Following suggestions from this list, we're using Kochan's /Programming
>in ANSI C/ as a text combined w/K+R v.  2.  I found a C tutorial on
>Simtel good as a guide on what to cover in what order, and the /C Puzzle
>Book/ and Koenig's /C Traps and Pitfalls/ as good sources of quiz and
>test problems.  I'm making my own programming assignments.
>

	I took a C course many years ago that used the C Puzzle Book almost
exclusively and it was the worst course that I have ever taken - please
reconsider.  The book is full of pathological programming problems and
mistakes and has nothing to do with learning to program.

	You may also want to find out the version of the compiler that the
students will be using.  Where I taught C, there wasn't an ANSI compiler, so
I used K&R v1. instead.  C is confusing enought for the beginning student
without having to explain that not everything in the book is true.

	< dave



More information about the Comp.lang.c mailing list