C programming lecture notes

C programming lecture notes#

https://c-programming.aydos.de

Directory structure#

  • code-wi contains code that reads data from stdin, therefore cannot be run without data.

  • code can be compiled and run. Their output in the corresponding text files.

  • code-prj contains standalone projects that require additional compilation arguments, e.g., many files or libraries to link against.

  • code-error code that leads to runtime errors.