Lucas LazarreStatic Libraries vs. Dynamic LibrariesTLDR: Static libraries are still, “non-moving” collections of instructions, while dynamic libraries are the opposite; a pliable, active…Jul 19, 2021Jul 19, 2021
Lucas LazarreStatic LibrariesTLDR: Think of static libraries as actual libraries with pre-compiled programs instead of books.Jul 16, 2021Jul 16, 2021
Lucas LazarreWhat happens when you type gcc main.c?The C programming language is compilation oriented, which means that the file written in C is then converted into binary.Jun 23, 2021Jun 23, 2021