A gentle introduction to open source software development via C programming. This is best classified as a collection of resources and not a full-fledged course/tutorial :p.
- Introduction
- Setting up an editor or IDE
- Setting up git
- Simple "hello world" program
- Pointers and addresses
- Pointer arithmetic
- Pointers as function arguments
- Arrays vs pointers
- Pointers to pointers
- Pointers to structures
- Pointers to functions
- Storage classes
- Memory allocation
- Dynamic memory allocations via malloc/free
Description: TBD