CompuServe Thread

#Comments on Learn C

1 messages in this thread
#164136From: Bob StavertMar 15, 1994 10:54 PM
#Comments on Learn C — declared parent_msg_num=(none), resolved parent_id points to #(none)
Hi Dave, I read your book on Learn C on the Mac. It was a very enjoyable book. I found the following "simple" errors which you may want to note. 1. Page 143. 11 sentences down the word "Paramters" should be "Parameters" in the sentence How Function Parameters Work. 2. Page 278. the last line int fscanf( FILE *fp, char*format ) should be int fscanf( FILE *fp, char *format ) I am not real sure about whether a space must appear between the char and the *format. Discard this if I am wrong. Thanks.