C programming lecture notes#
https://c-programming.aydos.de
Directory structure#
code-wicontains code that reads data fromstdin, therefore cannot be run without data.codecan be compiled and run. Their output in the corresponding text files.code-prjcontains standalone projects that require additional compilation arguments, e.g., many files or libraries to link against.code-errorcode that leads to runtime errors.