Cargando…

C primer plus /

C Primer Plus is a conversational-style book aimed at those new to C programming. A friendly and easy-to-use self-study guide, this book will be appropriate for serious students of programming, as well as developers proficient in other languages with a desire to better understand the fundamentals of...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Prata, Stephen
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Indianapolis, Ind. : Sams, ©2002.
Edición:4th ed.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Ch. 1. Getting Ready
  • Ch. 2. Introducing C
  • Ch. 3. Data and C
  • Ch. 4. Character Strings and Formatted Input/Output
  • Ch. 5. Operators, Expressions, and Statements
  • Ch. 6. C Control Statements: Looping
  • Ch. 7. C Control Statements: Branching and Jumps
  • Ch. 8. Character Input/Output and Input Validation
  • Ch. 9. Functions
  • Ch. 10. Arrays and Pointers
  • Ch. 11. Character Strings and String Functions
  • Ch. 12. Storage Classes, Linkage, and Memory Management
  • Ch. 13. File Input/Output
  • Ch. 14. Structures and Other Data Forms
  • Ch. 15. Bit Fiddling
  • Ch. 16. The C Preprocessor and the C Library
  • Ch. 17. Advanced Data Representation.