Xref: utzoo comp.lang.c:35985 comp.misc:11405 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!helios!mtecv2!academ01!py198723 From: py198723@academ01.mty.itesm.mx (Jesus Eugenio Sanchez) Newsgroups: comp.lang.c,comp.misc Subject: Re: Can Novices Jump Directly in C? (Books) Message-ID: Date: 9 Feb 91 22:23:13 GMT References: <1991Feb6.121722.1@hulaw1.harvard.edu> Sender: usenet@mtecv2.mty.itesm.mx Followup-To: comp.lang.c Lines: 17 peregrin@hulaw1.harvard.edu writes: > Can anyone recommend an introduction to programming book that uses C? >I'm not referring to C-For-Pascal-Programmers etc. kind of books. I'm aware >that most introduction to programming books use Pascal, Basic, or Scheme as >their language, but I haven't seen anybooks that start a novice out directly >with C. The problem with the approach you're trying to do is that C is definitely *not* a language for novice programmers. You have to know all about functions, data structures, and all that parafernalia. So, perhaps you have no choice: first learn Pascal, and then C. Not the other way around. Eugenio Sanchez py198723@academ01.mty.itesm.mx