Natalia PonsardWhat are the differences between static and dynamic libraries ?A library is a collection of subroutines that allows the code of those subroutines to be used as separate modules.Dec 14, 2020Dec 14, 2020
Natalia PonsardWhat happens when you type “ls -l” and hit Enter in a Shell ?Simple Shell was our team project at the end of the first trimester in Software Engineering Holberton School. The goal of this project is…Nov 22, 2020Nov 22, 2020
Natalia PonsardHow to create a static library.A static library is a collection of object files that are attached to a program when the program is linked. Thus, static libraries are…Oct 11, 2020Oct 11, 2020