Have one to sell? Sell yours here
Sams Teach Yourself C in 21 Days, Fifth Edition (5th Edition)
 
See larger image
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Sams Teach Yourself C in 21 Days, Fifth Edition (5th Edition) [Paperback]

Peter Aitken (Author)
3.9 out of 5 stars  See all reviews (45 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Paperback $34.99  
Paperback, October 22, 1999 --  
There is a newer edition of this item:
Sams Teach Yourself C in 21 Days (6th Edition) Sams Teach Yourself C in 21 Days (6th Edition) 3.9 out of 5 stars (45)
$34.99
In Stock.

Book Description

0672317664 978-0672317668 October 22, 1999 5th
Sams Teach Yourself C in 21 Days, Fifth Edition presents C programming techniques in a logical and easy-to-follow sequence that helps you understand the principles involved in developing C programs. Learn the basics of writing a program, then move on to arrays, pointers, disk input/output, functions, and more. This book covers the basics of C including variables, constants, conditional statements, loops, pointers, data structures, input/output, and functions. Sams Teach Yourself C in 21 Days, Fifth Edition, presents C in the most logical and easy-to-learn sequence, and is geared towards programmers learning the C language.


Editorial Reviews

From the Back Cover

Sams Teach Yourself C in 21 Days, Fifth Edition presents C programming techniques in a logical and easy-to-follow sequence that helps you understand the principles involved in developing C programs. Learn the basics of writing a program, then move on to arrays, pointers, disk input/output, functions, and more. This book covers the basics of C including variables, constants, conditional statements, loops, pointers, data structures, input/output, and functions. Sams Teach Yourself C in 21 Days, Fifth Edition, presents C in the most logical and easy-to-learn sequence, and is geared towards programmers learning the C language.

About the Author

Peter Aitken is an associate professor at Duke University Medical Center. He is an experienced author on microcomputer subjects, with over 70 magazine articles and 25 books to his credit. Aitken's writing covers both applications and programming topics. His books include Sams Teach Yourself Internet Programming with Visual Basic in 21 Days, QuickBasics Advanced Techniques, Learning C, and The 10 Minute Guide to Word 97, to name a few. Bradley L. Jones is an independent consultant. He has developed systems using such tools as C, C++, SQL Server, Windows NT, PowerBuilder, Visual Basic, Visual InterDev, and more. Jones' other authoring credits include Even You Can Soup Up and Fix PCs, Sams Teach Yourself Advanced C in 21 Days, and Programming PowerBuilder. In addition to writing articles for the Visual C++ Developer, he is also a regular writer for Indy PC News magazine.

Product Details

  • Paperback: 800 pages
  • Publisher: Sams; 5th edition (October 22, 1999)
  • Language: English
  • ISBN-10: 0672317664
  • ISBN-13: 978-0672317668
  • Product Dimensions: 9.2 x 7.4 x 2.4 inches
  • Shipping Weight: 3.2 pounds
  • Average Customer Review: 3.9 out of 5 stars  See all reviews (45 customer reviews)
  • Amazon Best Sellers Rank: #647,491 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

45 Reviews
5 star:
 (22)
4 star:
 (9)
3 star:
 (8)
2 star:
 (1)
1 star:
 (5)
 
 
 
 
 
Average Customer Review
3.9 out of 5 stars (45 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

25 of 25 people found the following review helpful:
5.0 out of 5 stars Excellent book for Learning C, January 13, 2001
By 
Adam Pasztory "adampasz" (San Francisco, CA United States) - See all my reviews
(REAL NAME)   
This review is from: Sams Teach Yourself C in 21 Days, Fifth Edition (5th Edition) (Paperback)
Let's make things clear: This book teaches the ANSI C Programming Language.

It does not teach any of the following...
* Windows Programming
* Algorithm design
* Object Oriented Programming
* C++
* Advanced Programming

In 1996, when I first began to learn programming, I bought the first edition of this, along with about 5 books. Very quickly I had set all the rest aside.
In 5 years, it is the best book on pure C programming I had found, and I still refer to it on occasion.
It does not burden the reader with unnecessary abstract explanations. Nor does it gloss over features. This is not a Dummies Book. A novice may need to pore over certain sections repeatedly before some of the more complex concepts "click". But by dilligently compiling the examples, and attempting the practice exercises, the reader can gain a thorough understanding of C.
Thanks in part to this book I am now pursuing a successful career in software engineering. End of story.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


9 of 9 people found the following review helpful:
4.0 out of 5 stars Easy and complete, January 10, 2000
By A Customer
I found the book to be well-written, easy to follow and the examples more or less accurate for most compilers. As an introduction to the C language, the book contains a suprising amount of in-depth material, but it is primarily an introductory course. The accompanying CD contains a pre-assessment and post-assessment test, both of which contained 1 or 2 erroneous answers. Hopefully these errors will be corrected in future editions. Also, the assessment tests were fairly elementary and did not cover all of the material presented in the course. The CD also contains all of the source code used in the text.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


14 of 16 people found the following review helpful:
5.0 out of 5 stars This book does a great job of teaching C., June 20, 2000
By A Customer
This review is from: Sams Teach Yourself C in 21 Days, Fifth Edition (5th Edition) (Paperback)
I think this book does a great job of teaching the C language. And I am going to be frank about those people who gave it low reviews: They simply lack the necessary pre-requisite knowledge to understand programming.

If you don't know what a program is, etc, you are not ready to learn programming. You need to learn the basics of how computers work first.

Second, to the person who said "I couldn't get anything to work". Obviously, you were doing something wrong as most of the examples work fine with no modifications on a wide varity of platforms and compilers.

Yes I did find some errors in the included code samples. But although I have not yet completed the book, it appears to me that by the time a reader gets to the sample code with errors, they should already have enough knowledge from reading the material to find the errors and fix them.

For example, listing 5.5 fails to pass an argument when it calls a function. However, by the time you get to this section of the chapter, if you were paying attention, you should already know enough about functions to see that this program is obviously not going to work unless an argument is passed to the function being called. And you should also already know enough to figure out what argument you need to pass. If you don't catch the problem while entering the code, you should certainly see what the problem is when the compiler generates an error message when you try to build the program.

There are also a few programs that although they work under most compilers, would work better under some with a few modifications.

I use the Type & Run 2 example, which is a number guessing game. The book uses variable type "int" to store the number you have to guess.

Well, my FreeBSD box is a 32bit system instead of a 16 bit system. As such, variable type int is 4 bits long instead of 2 like on DOS compilers. This makes for a number guessing game with over 2 billion possible numbers. A pretty futile number guessing game in my opinion. However, once again by this time, if you are paying attention, you should know the variable type sizes of your system. And you should also be able to figure out a way to fix this program if you were paying attention. It is a simple matter of using a different variable type to store the number you have to guess. By this point in the chapter, you should know how to do this if you were paying attention.

All in all, I think this book does a great job, and the few examples that do contain errors or need modifications to work well on particular systems all come after you should already have enough knowledge to fix them.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews











Only search this product's reviews



What Other Items Do Customers Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!




Look for Similar Items by Category


Look for Similar Items by Subject