[Home Page] - [Reviews Main] | |
|
Your First C/C++ Program by Alan R Neibauer Not Recommended |
| ISBN: 0-7821-1414-8 Publisher: Sybex Pages: 367pp & disk Price: £22-99 |
| Categories: beginner's c |
| Reviewed by Francis Glassborow in C Vu 7-3 (Mar 1995) |
main() {
char name[15];
gets(name);
puts(name);
}
from page 97. He then declares 'The gets() command will assign up to
the first 14 characters typed on the keyboard to the string variable called
name.' I think you can see that the erroneous title and free offer on the
cover are only a small part of the problems with this book.The author likes to give marginal 'tips' and 'notes' so let me provide one of each.
Note: C++ is not a superset of C. Tip: Do not buy this
book, buy a good text and something like Turbo C++.
|
Comment: Yechiel Kimchi (yechiel__at__cs.Technion.AC.IL) has written an additional review: http://www.cs.technion.ac.il/users/yechiel/CS/BadBooksC+C++.html#Neibauer |
To link to this review, please use the URL: http://www.accu.org/bookreviews/public/reviews/y/y001444.htm
Copyright © The Association of C & C++ Users 1998-2000. All rights reserved.