Skip to content

Instantly share code, notes, and snippets.

@joannakl
Last active August 13, 2019 14:38
Show Gist options
  • Save joannakl/8a1e069ad618648ce29d7cbcda62e14e to your computer and use it in GitHub Desktop.
Save joannakl/8a1e069ad618648ce29d7cbcda62e14e to your computer and use it in GitHub Desktop.
Resources for Computer Systems Organization class

C resources

  • How to write a good C main function by Erik O'Shaughnessy - an intro areticle about writing and anatomy of a simple C program (including defines, command line arguments, etc)
  • How to structure a multi-file C program by Erik O'Shaughnessy
    • Part 1 - start working on a C program composed of multiple files
    • Part 2 - Dive deeper into the structure of a C program composed of multiple files in the second part of this article

What every computer scientist should know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment