Math.com Store
 Location:  Home » Math Books » Applied C: An Introduction and More  
Bestsellers
Programming in Objective-C 2.0 (2nd Edition)Programming in Objective-C 2.0 (2nd Edition)

MCTS Self-Paced Training Kit (Exam 70-536): Microsoft® .NET Framework Application Development Foundation, Second editionMCTS Self-Paced Training Kit (Exam 70-536): Microsoft® .NET Framework Application Development Foundation, Second edition

Microsoft® .NET: Architecting Applications for the Enterprise (PRO-Developer)Microsoft® .NET: Architecting Applications for the Enterprise (PRO-Developer)

Excel 2007 Power Programming with VBA (Mr. Spreadsheet's Bookshelf)Excel 2007 Power Programming with VBA (Mr. Spreadsheet's Bookshelf)

Windows Server 2008 Inside OutWindows Server 2008 Inside Out

Microsoft® SQL Server® 2008 Internals (Pro - Developer)Microsoft® SQL Server® 2008 Internals (Pro - Developer)

Microsoft Visual Basic 2008 Step by StepMicrosoft Visual Basic 2008 Step by Step

Effective C++: 55 Specific Ways to Improve Your Programs and Designs (3rd Edition)Effective C++: 55 Specific Ways to Improve Your Programs and Designs (3rd Edition)

Inside Microsoft® SQL Server® 2008: T-SQL QueryingInside Microsoft® SQL Server® 2008: T-SQL Querying

MCTS Self-Paced Training Kit (Exam 70-448): Microsoft® SQL Server® 2008 Business Intelligence Development and Maintenance (Self-Paced Training Kits)MCTS Self-Paced Training Kit (Exam 70-448): Microsoft® SQL Server® 2008 Business Intelligence Development and Maintenance (Self-Paced Training Kits)
New Releases
Inside Microsoft® SQL Server® 2008: T-SQL Programming (Pro-Developer)Inside Microsoft® SQL Server® 2008: T-SQL Programming (Pro-Developer)

Professional Microsoft SharePoint 2007 Reporting with SQL Server 2008 Reporting Services (Wrox Programmer to Programmer)Professional Microsoft SharePoint 2007 Reporting with SQL Server 2008 Reporting Services (Wrox Programmer to Programmer)

Microsoft SQL Server 2008 Integration Services Problem-Design-SolutionMicrosoft SQL Server 2008 Integration Services Problem-Design-Solution

CODE Magazine - 2009 Nov/DecCODE Magazine - 2009 Nov/Dec

Essential Silverlight 3Essential Silverlight 3

ASP.NET MVC in ActionASP.NET MVC in Action

Extended STL, Volume 2: Functions, Algorithms, Adaptors, and Allocators (C++ In-Depth Series)Extended STL, Volume 2: Functions, Algorithms, Adaptors, and Allocators (C++ In-Depth Series)

Microsoft SQL Server 2008 BibleMicrosoft SQL Server 2008 Bible

Excel 2007 VBA Macro ProgrammingExcel 2007 VBA Macro Programming

C# 4.0 in a Nutshell: The Definitive ReferenceC# 4.0 in a Nutshell: The Definitive Reference
Most Gifted
Programming in Objective-C 2.0 (2nd Edition)Programming in Objective-C 2.0 (2nd Edition)

MCITP Self-Paced Training Kit (Exam 70-646): Windows Server AdministrationMCITP Self-Paced Training Kit (Exam 70-646): Windows Server Administration

Effective C++: 55 Specific Ways to Improve Your Programs and Designs (3rd Edition)Effective C++: 55 Specific Ways to Improve Your Programs and Designs (3rd Edition)

MCTS Self-Paced Training Kit (Exam 70-448): Microsoft® SQL Server® 2008 Business Intelligence Development and Maintenance (Self-Paced Training Kits)MCTS Self-Paced Training Kit (Exam 70-448): Microsoft® SQL Server® 2008 Business Intelligence Development and Maintenance (Self-Paced Training Kits)

MCTS Self-Paced Training Kit (Exam 70-432): Microsoft® SQL Server® 2008 Implementation and Maintenance (PRO-Certification)MCTS Self-Paced Training Kit (Exam 70-432): Microsoft® SQL Server® 2008 Implementation and Maintenance (PRO-Certification)

Agile Principles, Patterns, and Practices in C#Agile Principles, Patterns, and Practices in C#

Murach's ASP.NET 3.5 Web Programming with C# 2008Murach's ASP.NET 3.5 Web Programming with C# 2008

MCTS Self-Paced Training Kit (Exam 70-433): Microsoft® SQL Server® 2008 Database DevelopmentMCTS Self-Paced Training Kit (Exam 70-433): Microsoft® SQL Server® 2008 Database Development

Excel 2007 VBA Programming For Dummies (For Dummies (Computer/Tech))Excel 2007 VBA Programming For Dummies (For Dummies (Computer/Tech))

Microsoft SQL Server 2008 Administrator's Pocket ConsultantMicrosoft SQL Server 2008 Administrator's Pocket Consultant

Applied C: An Introduction and More

Applied C: An Introduction and MoreAuthors: Alice Fischer, David Eggert, Stephen Ross
Publisher: McGraw-Hill Science/Engineering/Math

Buy Used: $19.99
as of 11/22/2009 21:59 CST details



New (9) Used (27) from $19.99

Rating: 3.5 out of 5 stars 3 reviews
Sales Rank: 413647

Media: Paperback
Edition: 1
Pages: 1136
Number Of Items: 1
Shipping Weight (lbs): 3.5
Dimensions (in): 8.9 x 7.3 x 1.6

ISBN: 0070217483
Dewey Decimal Number: 005.133
EAN: 9780070217485
ASIN: 0070217483

Publication Date: June 2, 2000
Availability: Usually ships in 1-2 business days

Editorial Reviews:

Product Description
Applied C: An Introduction and More provides an introduction to C programming from a hands on perspective. With this book both Computer Science and Engineering students learn the C language and how to program through the reading and writing of basic programs early in the book. After introducing students to the basics, the authors use a spiral approach to build on concepts incrementally so that by the end students are able to write longer programs that require multiple functions. The teaching of these programming concepts is accompanied by a focus on sound program design that emphasizes the need for complete and accurate program specification as well as careful testing from the beginning.

Both Engineering and Computer Science students will find this book appealing due to the diverse blend of applications. In addition to many motivating applications throughout the text, topics are introduced with excellent background and motivation followed by accessible explanations illustrated liberally with diagrams, graphs, and short programs.

The text is comprehensive and contains enough material for one semester or two quarters of instruction. Topics in the first half are important for all engineering students to master. The third quarter of the text covers basic data structures and algorithms that are of general interest. The last quarter of the book is of greater interest to computer science students and includes several important topics that are rarely covered by textbooks or presented in a manner that is accessible to students.


Customer Reviews:
1 out of 5 stars 1116 pages of absolute rubbish.   April 22, 2008
Peter Johnson (at my desk)
2 out of 2 found this review helpful

I went to Univ of New Haven, home of both Alice Fischer and David Eggert, and I took the Intro to C Programming course. Consider that NOTHING in the book corresponds to anything in the class (which was also put together by Fischer), and we're off to a lousy start already.

Since you're probably not planning to go to UNH, I'll stick to reviewing the book. In a nutshell, it's awful. Fischer & Co keep forgetting that this is supposed to be an INTRODUCTION to C, not an all-purpose compendium of all C knowledge. There's no rhyme or reason to the layout, and the self-test questions at the end of each chapter test you on topics that weren't even IN the preceding chapter. The writers make no attempt to explain just what the heck they're talking about, ever, and it also suffers from Lazy Example Syndrome, in that the examples given in the text are several orders of magnitude simpler than anything they ask you to do yourself. In short, the book makes no attempt to explain anything, ever.

I need to reiterate what I started with: I took the class that this book was written for, and even in that setting, it was completely incomprehensible. I can't even imagine how useless this book would be on its own. Avoid it at all costs. If you see a copy laying on the sidewalk, don't pick it up. If your friend wants to give you his copy, find a new friend.



5 out of 5 stars my comments   October 11, 2003
liqiang (Chengdu,Sichuan China.)
0 out of 4 found this review helpful

i'm learning this book in Chinese edition,it's different from the books that written by Chinese authors.


5 out of 5 stars Wonderful textbook   June 20, 2001
Henry Choi (US)
3 out of 7 found this review helpful

This book is very wonderful for students in freshman. Very detail examples.. best Algorithms.. This is the most beautiful Book of Introduction of C. ...




Disclaimer

Return to Math.com
Sponsored Links
Math Jobs


Quick Links
Return to Math.com
Math Tutoring
Top Selling Electronics
Textbooks
Math Jobs
Privacy
Categories
Calculators
Math Books
Math DVD
Math Games
Math Toys
Math Software
Game Systems
Math Apparel
Subcategories
Development
.NET
C & C++ Windows Programming
Exchange
Foundation Classes
InterDev
Internet Information Server
SQL Server
VBA
Visual Basic
Visual J++
Related Categories
• Microsoft
Computers & Internet
Subjects
Books
Most Wished For
Programming in Objective-C 2.0 (2nd Edition)Programming in Objective-C 2.0 (2nd Edition)

Microsoft® .NET: Architecting Applications for the Enterprise (PRO-Developer)Microsoft® .NET: Architecting Applications for the Enterprise (PRO-Developer)

Effective C++: 55 Specific Ways to Improve Your Programs and Designs (3rd Edition)Effective C++: 55 Specific Ways to Improve Your Programs and Designs (3rd Edition)

The C++ Programming Language: Special EditionThe C++ Programming Language: Special Edition

Learning OpenCV: Computer Vision with the OpenCV LibraryLearning OpenCV: Computer Vision with the OpenCV Library

Excel 2007 Power Programming with VBA (Mr. Spreadsheet's Bookshelf)Excel 2007 Power Programming with VBA (Mr. Spreadsheet's Bookshelf)

C++ Primer Plus (5th Edition)C++ Primer Plus (5th Edition)

Windows via C/C++ (Pro - Developer)Windows via C/C++ (Pro - Developer)

Microsoft® SQL Server® 2008 Internals (Pro - Developer)Microsoft® SQL Server® 2008 Internals (Pro - Developer)

Windows Server 2008 Inside OutWindows Server 2008 Inside Out