PTG home
Catalog Search:
Search
Related Topics:
COMPUTING
Programming Languages
C




 
Pure C Programming 1/e

Amir Afzal

Published August 1998 by Prentice Hall
Copyright 1999, 515 pp., Paper
ISBN: 0-13-840703-7
List Price:
$120.00

Inventory Status:
In-Stock
   
Summary

Current, accurate, and rich with example programs and diagrams, this consistently paced, comprehensive survey of the C programming language uses a general purpose, easy-to-understand approach that gives first-time programmers a solid foundation in the language that will enable them to move on to more advanced/reference type books with confidence. KEY TOPICS:Introduces the language at a level that is understandable by non-C programmers, progresses to intermediate level coverage, then finishes off with more complex concepts - with each topic building upon what precedes it. Presents a simple and consistent explanation of C language topics throughout, without sacrificing or omitting the difficult concepts or syntax, and complements explanations with meaningful figures and illustrations. Uses Notes and Common Errors icons to draw attention to the C language special features or programming errors. Provides complete source code and output results for all the program examples, and contains a real-world project at the end of the book.

Features

  • Accessible to non-C/C++ programmers.
    • Assumes only computer skills—no programming skills. Ex.___

  • A focus on “pure” C and C++ language concepts and syntaxNot on programming design techniques, program development methodologies, specific business or science applications, or any specific compilers or development environments.
    • Provides students with a solid C or C++ foundation—so they can apply C/C++ programming to a variety of environments, and can move on to more advanced/reference type books and compiler help facilities with ease and confidence. Ex.___

  • A consistent pace and level of presentation—Explains C/C++ language topics simply and consistently—without sacrificing or omitting the difficult concepts or syntax.
    • Introduces students to all concepts gradually, starting easy and building up incrementally to the more difficult levels. Ex.___

  • Short, easily digestible chapters, sections, and paragraphs—Breaks long topics into two chapters.
    • Ensures that students don't get overwhelmed or lost, or fall behind in any chapter. Ex.___

  • Non-exaggerated use of icons—Uses just enough icons to enhance the readability of the text.
    • Keeps students focused on key points—rather than confusing them with a maze of icon-clutter. Ex.___

  • Highlighted key words.
    • Enhances readability. Ex.___

  • Meaningful figures and illustrations.
    • Complements the narrative and addresses the needs of students with visually-oriented learning styles. Ex.___

  • Notes and Common Errors icons.
    • Draws students' attention to the C/C++ language special features or programming errors. Ex.___

  • Chapter-end review questions.
    • Helps students assess their comprehension of each chapter. Ex.___

  • Chapter-end programming exercises—Features programs that are “doable” within the time and classroom constraints.
    • Introduces another level of complexity that complements the programming examples in the text. Ex.___

  • An accompanying diskette/CD—Contains the source code files for all the program examples in the text, answers to all the end-of-chapter review questions, and the source code files for some of the end-of-chapter programming exercises.
    • Provides students/instructors with a convenient single-source resource for study/review/teaching. Ex.___

  • Author's website.
    • Provides instructors/students with additional resources. Ex.___

  • Partial programs.
    • Explains the topic at hand, enabling students to see how each concept is applied individually. Ex.___

  • Complete programs—Further explores topics in the context of fully explained complete programs that are intentionally relatively short and simple. Avoids real-life programming examples—which tend to be huge and complex, and not a good vehicle for learning/teaching C/C++ at the introductory level. The program examples use a minimum of references to aspects that are not covered or are covered in later chapters—to help reduce the frustration of looking at the program listing and not knowing where the keywords/functions are coming from!
    • Helps students to see how concepts are related, but without introducing aspects or programming nuances that would draw students' attention away from the basics. Ex.___

  • Programs that are platform independent—None of the program examples use any terminal attribute functions.
  • A complete text-end menu-driven program—Demonstrates many standard ways of writing C/C++ programs.
    • Instructors can use the program to demonstrate the process of creating larger, multi-file programs. Depending on the audience, it can be introduced to the class as a long-term project that is incrementally developed, or as a starting point for enhancing its behavior. Ex.___

  • Complete source code and output results—For all the program examples. (Source code files are provided on an accompanying diskette/CD.)
    • Provides students/instructors with a convenient single-source resource for study/review/teaching. Ex.___



Table of Contents



 1. Introduction.


 2. Data Types.


 3. Operators.


 4. Pointers.


 5. Functions I.


 6. Functions II.


 7. Selection Constructs I.


 8. Selection Constructs II.


 9. Repetition Constructs: First Look.


10. Repetition Constructs & Other Control Statements.


11. Arrays First Look.


12. Character Strings.


13. Arrays Continued.


14. Storage Classes.


15. Structures and User-Defined Data Types.


16. Sort, Search, and Linked Lists.


17. File Processing.


18. Preprocessor Directives.


19. Bitwise Manipulations.


20. Exploring the Function Library.


21. Applying Our Knowledge.


Appendix A. Program Life Cycle.


Appendix B. Errors, Testing, and Debugging.


Appendix C. Number Systems.


Appendix D. Operator Precedence Table.


Appendix E. Outline of a C Program.


Appendix F. ASCII Table.


Index.



back to top