Carson StearnWhat happens when you type `ls -l *.c` in the shell?Before talking about the command itself, it’s important to understand what the terminal is and what the shell is:Apr 9, 2021Apr 9, 2021
Carson StearnC — Static LibrariesWhat are Static Libraries in C and how do they work?Feb 28, 2021Feb 28, 2021
Carson StearnGCC — Compiling C filesGCC, which actually stands for GNU Compiler Collection, is a program used to convert a source file into an executable program. The GCC…Feb 7, 2021Feb 7, 2021
Carson StearnHard link vs Symbolic linkWhile both hard links and symbolic (soft links) seek to perform the same function, they operate is different ways. Both serve as…Feb 7, 2021Feb 7, 2021