Librería Portfolio Librería Portfolio

Búsqueda avanzada

TIENE EN SU CESTA DE LA COMPRA

0 productos

en total 0,00 €

PROBLEM SOLVING AND PROGRAM DESIGN IN C, GLOBAL EDITION 8E
Título:
PROBLEM SOLVING AND PROGRAM DESIGN IN C, GLOBAL EDITION 8E
Subtítulo:
Autor:
HANLY, J.R
Editorial:
PEARSON
Año de edición:
2015
Materia
C
ISBN:
978-1-292-09881-4
93,60 €

 

Sinopsis

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.



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