New York: Pearson, 2015. — 842 p.
For introductory courses in computer science and engineering. (Learning to Program with ANSI-C)
Problem Solving and Program Design in C teaches introductory students to program with ANSI-C, a standardized, industrial-strength programming language known for its power and probability. The text uses widely accepted software engineering methods to teach students to design cohesive, adaptable, and reusable program solution modules with ANSI-C. Through case studies and real world examples, students are able to envision a professional career in programming.
Widely perceived as an extremely difficult language due to its association with complex machinery, the Eighth Edition approaches C as conducive to introductory courses in program development. C language topics are organized based on the needs of beginner programmers rather than structure, making for an even easier introduction to the subject. Covering various aspects of software engineering, including a heavy focus on pointer concepts, the text engages students to use their problem solving skills throughout.
Computer Science as a Career Path
Overview of Computers and Programming
Overview of C
Top-Down Design with Functions
Selection Structures: if and switch Statements
Repetition and Loop Statements
Pointers and Modular Programming
Array Pointers
Strings
Recursion
Structure and Union Types
Text and Binary File Pointers
Programming in the Large
Pointers and Dynamic Data Structures
Multiprocessing Using Processes and Threads (Online at www.pearsonhighered.com/irc)
On to C++ (Online at www.pearsonhighered.com/irc )
Appendices:
More about Pointers
ANSI C Standard Libraries
C Operators
Character Sets
ANSI C Reserved Words