Cantitate/Preț
Produs

Problem Solving and Program Design in C, Global Edition

Autor Elliot Koffman, Jeri Hanly
en Limba Engleză Paperback – 20 aug 2015
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.
Citește tot Restrânge

Preț: 55163 lei

Preț vechi: 63405 lei
-13% Nou

Puncte Express: 827

Preț estimativ în valută:
10558 10981$ 8848£

Carte disponibilă

Livrare economică 20 februarie-06 martie
Livrare express 06-12 februarie pentru 5955 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781292098814
ISBN-10: 1292098813
Pagini: 840
Dimensiuni: 232 x 189 x 39 mm
Greutate: 1.35 kg
Ediția:8 ed
Editura: Pearson Education

Cuprins

0. Computer Science as a Career Path
1. Overview of Computers and Programming
2. Overview of C
3. Top-Down Design with Functions
4. Selection Structures: if and switch Statements
5. Repetition and Loop Statements
6. Pointers and Modular Programming
7. Array Pointers
8. Strings
9. Recursion
10. Structure and Union Types
11. Text and Binary File Pointers
12. Programming in the Large
13. Pointers and Dynamic Data Structures
14. Multiprocessing Using Processes and Threads (Online at www.pearsonhighered.com/irc)
15. On to C++ (Online at www.pearsonhighered.com/irc )
Appendices
A. More about Pointers
B. ANSI C Standard Libraries
C. C Operators
D. Character Sets
E. ANSI C Reserved Words