使用普通 C 进行入门编程
Introductory Programming Using Plain Old C
- 1. Introduction
- 1. Introduction
- 2. Hello World And All That It Teaches
- 1. Hello World In C Actually Teaches Us A Lot About Programming
- 1.2 PPTHelloWorld
- 3. Some Tools You Should Know About Before You Start Coding
- 1. Debug - An Essential Tool
- 2. Structures - Half An Object, A Little Advanced But Will Be Used A Lot Later On
- 2.1 StructFileFunc
- 3. Enumerated Data Types - Make Up Your Own Data Type
- 4. Variables
- 1. See How Variables Work In C
- 1.1 PPTVariables
- 1.2 Reading Vars From Keyboard
- 5. Conditionals AKA If Else and Switch Statements
- 1. How If Else Works In C and the Switch Statement
- 1.2 PPTConditionals
- 6. Arrays
- 1. Arrays, Multi-Dimensional Arrays, Parallel Arrays, and Arrays of Structures
- 1.2 PPTArrays
- 7. FOR Loops
- 1. How To Use FOR Loops
- 1.2 PPTForLoop
- 8. Do While Until Loops
- 1. How To Code A Do-While-Until Loop and When to Use It
- 1.2 PPTDoWhileUntil
- 9. Functions - The Essence of Programming
- 1. How Functions Work - Absolutely Essential
- 1.2 PPTFunctions
- 10. A Couple Other Things You Should Know
- 1. Comments
- 2. Defining Functions Below And Including Other Source
- 3. Pointers
- 11. Conclusion
- 1. A Final Exam and Closing Comments