Port67

Here is a guide through many of the main topics: Computer Science Map



  1. An Invitation
    1. Getting to Know Your Computer
    2. Exploring the Filesystem
    3. Modifying the Filesystem
    4. Vim
    5. Executables
    6. Your First Program
    7. Volatile Memory
    8. 1’s and 0’s
    9. Primitive Types
    10. Composite Types
    11. What’s Next?
  2. Intro to C
    1. C Main
    2. C Control Flow
    3. C Functions
    4. C Scope
    5. C Pointers
  3. Memory Management
    1. Memory
    2. Memory in C
  4. Working with Files
    1. Filesystem
    2. Filesystem Programming