PinnedAdam TaylorWhat Happens You Type “ls -l *.c” In A Linux Shell?Hello, there! Today, my project partner Anthony Armour and I will be discussing what happens when you enter the command ls -l *.c in your…Apr 12, 2021Apr 12, 2021
Adam TaylorCreating and Using Static Libraries in the C Programming LanguageA static library is a file that contains .o object files inside of it that can all be used at once while linking to a program. When…Mar 1, 2021Mar 1, 2021
Adam TaylorWhat happens when you type gcc main.c?First off, what exactly is gcc and how does it work?Feb 11, 2021Feb 11, 2021
Adam TaylorWhat is the Difference Between a Hard Link and a Symbolic Link?Hard links and symbolic links in a Linux based operating system are similar in some ways, yet different in many others. Let’s start with…Feb 7, 2021Feb 7, 2021