C Programming
From Wikibooks, the open-content textbooks collection
(Redirected from C)
Wikibooks Contributors Present:
Programming in C
If you have questions related to C, ask at the Q&A.
[edit] Table of contents
[edit] Introduction
[edit] Beginning C
- Basics of Compilation
- Programming Structure and Style
- Error Handling
- Variables
- Simple Input and Output
- Simple Math in C
- Further Math in C
- Program Flow
- Procedures and Functions
- The Preprocessor
- Libraries
- Standard libraries
- File I/O
- Exercises
[edit] In-depth C ideas
- Arrays & Strings
- Pointers and relationship to arrays
- Memory Management
- String Manipulation
- C complex types
- Sockets and Networking (UNIX)
- Common Practices
- Serialization and X-Macros
- Coroutines
- Typecasting
[edit] C and beyond
- Weaknesses of C
- Language Overloading and Extensions
- Combining Languages
- Commented Source Code Library
- Further reading for windows game programing
[edit] Computer Programming
The following articles are C adaptions from articles of the Computer programming book.
[edit] C Reference Tables
This section has some tables and lists of C entities.

