With the same insight and appreciation for the learning process that characterize his C language training program, Dr. Plum has provided an introduction to C which makes clear the underlying processes of the language. Presupposing only an acquaintance with computers, this book shows how to write C p
Learning to program in C
โ Scribed by Thomas Plum
- Publisher
- Plum Hall
- Year
- 1989
- Tongue
- English
- Leaves
- 340
- Edition
- second
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
I have wanted to read this book for a long time and finally I was able to find it in the internet archive library:
https://archive.org/details/learningtoprogra0000plum
Unfortunately you can only borrow the book there for one hour, so I decided to make a dumb "print screen" of the book. And save it here just in case. I wish you an enjoyable read!
PS: The book is written by one of those who participated in the creation of the C Language Standard, so known as ANSI C.
โฆ Table of Contents
Chapter 0. Introduction
Chapter 1. Computers and C
Chapter 2. Data
Chapter 3. Operators
Chapter 4. Statements and Control Flow
Chapter 5. Functions
Chapter 6. Software Development
Chapter 7. Pointers
Chapter 8. Structures
Chapter 9. Epilog
Appendix A. C Language Reference
Appendix B. Answers to Questions
๐ SIMILAR VOLUMES
There has never been an introductory C++ book like this. It actually consists of a live dialogue and email correspondence between an expert C++ programmer and a complete novice: a dialogue that continues until the novice truly understands -- and so do you. First published as Who's Afraid of C++ and
This book teaches computer programming to the complete beginner using the native C language. As such, it assumes you have no knowledge whatsoever about programming. The main goal of this book is to teach fundamental programming principles using C, one of the most widely used programming languages in
Learn the fundamental programming principles using C, one of the most widely used programming languages in the world today. Learn to Program with C teaches computer programming to the complete beginner using the native C language. As such, it assumes you have no knowledge whatsoever about programmin
<p>The C programming language is a popular language in industries as well as academics. Since its invention and standardized as ANSI C, several other standards known as C99, C11, and C17 were published with new features in subsequent years. This book covers all the traits of ANSI C and includes new