So, I got my third dose of Covid-19 vaccine

A brief pause from our C-programming series to talk about my experience in getting the third dose (or booster) for the anti-Covid vaccine, on December 28, 2021. This is not a post against vaccination, rather a recount of how bureaucracy, disorganisation, and some traits of human nature are making all this way harder and annoyingContinue reading “So, I got my third dose of Covid-19 vaccine”

Learning the C Programming Language as a Classical Musician (9)

Episode 9 – Types (Part 1: Overview) Welcome back! Today we are going to take a deep dive into the concept of type, that is, how C interprets the data you pass to it. While for us it may be natural to separate a word from a number, an integer from a decimal, an abstractContinue reading “Learning the C Programming Language as a Classical Musician (9)”

Learning the C Programming Language as a Classical Musician

Episode 8 Welcome back and thank you for joining me on this new episode on learning how to code with the C programming language. In the last episode, we focused our attention on the lifetime of objects in a C program. Today we will start up with looking at name spaces, C’s fancy word forContinue reading “Learning the C Programming Language as a Classical Musician”

Learning the C Programming Language as a Classical Musician

Episode 7 Welcome back! In the last episode, I had promised you that we would have looked together at the concept of lifetime in C, but the review of identifiers and scope took much more time than expected. Today we are here to rectify that, and possibly something else. Let’s get started. Lifetime Basically everyContinue reading “Learning the C Programming Language as a Classical Musician”

Learning the C Programming Language as a Classical Musician

Episode 6 Welcome back! Last episode was a quite tough one, in that we delved deep into what happens when you compile your code. Today we will review two fundamental topics, identifiers and scope, adding details to what already introduced in Episode 3, and delve into the concept of lifetime, which is crucial in object-orientedContinue reading “Learning the C Programming Language as a Classical Musician”