Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!ucsd!ucbvax!SHUM.HUJI.AC.IL!hobbit From: hobbit@SHUM.HUJI.AC.IL (yoav gonen) Newsgroups: comp.lang.c Subject: Re: C books for Pascal Programmer Message-ID: Date: 20 Apr 91 19:55:45 GMT References: <1991Apr6.195901.25255@dvorak.amd.com> <1991Apr7.185259.12709@druid.uucp> <3729@inews.intel.com> <1991Apr17.064915.6953@ecst.csuchico.edu> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Hebrew University of Jerusalem, Israel Lines: 9 The best book for you is THE C PROGRAMMING LANGUAGE by KERNIGHAM & RITCHIE. Why? First of all it is a small book. Also it starts talking about the things that Pascal and C are alike: the structure and the control flow. Only later it explains the Pointers in C, which are much more used than in Pascal. Yoav Gonen, Hebrew University, Jerusalem, Israel.