Jan Schaumann on Nostr: Advanced #Programming in the #UNIX Environment Week 1, Unix Basics We write our first ...
Advanced #Programming in the #UNIX Environment
Week 1, Unix Basics
We write our first trivial program, which promptly segfaults and gives us a chance to explain function forward declarations and maneuvering man pages and set our default compiler flags ("-Wall -Werror -Wextra"), then proceed to write the most trivial versions of ls(1), cat(1), and even a rudimentary shell.
https://youtu.be/w3spRzZ8bSA
Slides: https://stevens.netmeister.org/631/01-basics.pdf
#apue
Week 1, Unix Basics
We write our first trivial program, which promptly segfaults and gives us a chance to explain function forward declarations and maneuvering man pages and set our default compiler flags ("-Wall -Werror -Wextra"), then proceed to write the most trivial versions of ls(1), cat(1), and even a rudimentary shell.
https://youtu.be/w3spRzZ8bSA
Slides: https://stevens.netmeister.org/631/01-basics.pdf
#apue