What happens when you type taringa.net in your browser and press enter?Ah, yes. The super interesting question that we all ask ourselves at given time of our life. My school really thought out of the box and…Apr 21, 2021Apr 21, 2021
Objects! But not the fun kind…Python is an interpreted, high level and general purpose programming language created by Guido van Rossum. Released in 1991, its name…Jan 19, 2021Jan 19, 2021
Dynamic Libraries: what are they and what are their benefits? And yes, libraries again.Previously, after learning about static libraries, I wrote a blog post to share information about them, how to create them, and how they…Dec 14, 2020Dec 14, 2020
Static Libraries in C programmingA statically-linked library, or static library for short, is essentially a file that contains several .o object files that can be used as…Oct 9, 2020Oct 9, 2020
What happens when you enter gcc main.c in your shell?Ever programmed in C? Then you must know GCC, the magic three letters that transforms the C source code into a program that can be…Sep 21, 2020Sep 21, 2020