Python3: Mutable, Immutable… everything is object!Object Oriented ProgrammingJan 19, 2021Jan 19, 2021
Static and dynamic libraries in CIn programming, a library is a collection of precompiled pieces of code that programs can reuse. Libraries simplify the life of…Dec 15, 2020Dec 15, 2020
What is a “C” library? What is it for?Before we begin, let’s put ourselves in context…. When we develop computer programs, we quickly realize the benefits of code reuse! And we…Oct 12, 2020Oct 12, 2020
What happens when you type ls *.cWhen we execute the command “ls *.c” in the shell, we expect to obtain as a result a list of all files ending with the extension “.c”…Sep 21, 2020Sep 21, 2020