Alejandra HigueraStatic library vs Shared libraryOn the previus post, we saw the Static libraries and a brief introduction to the Dynamic libraries, now let’s dig deeper and compare them…Dec 15, 2020Dec 15, 2020
Alejandra HigueraWhat happens when you type ls -l in the shellThis blog post describing step by step what happens when you type ls *.cand hit Enter in a shell.Nov 26, 2020Nov 26, 2020
Alejandra Higuera¿Library in programming? let’s see static library in cA “library” is a collection of parts of the program that do common and / or specialized things that prevent the programmer from having to…Oct 15, 2020Oct 15, 2020
Alejandra HigueraC Program CompilationFor this blog, we will learn all the compilation steps, but first a little introdution to clarify some programming concepts beforehand, we…Sep 19, 2020Sep 19, 2020
Alejandra HigueraHard link vs Symbolic linkThis blog post describing the differences and characteristics between Hard link and symbolic link in Linux.Sep 16, 2020Sep 16, 2020
Alejandra HigueraStep by Step, Command ls *.cThis blog post describing step by step what happens when you type ls *.cand hit Enter in a shell.Sep 16, 2020Sep 16, 2020