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 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”

Learning the C Programming Language as a Classical Musician

Episode 5 Welcome back! In the last episode we looked at some nice ways to comment out your code, and ended up playing with ASCII and the fact that, for a computer, everything is just numbers. Today we will look at what is known as the phases of translation, that is, the processes that transformContinue reading “Learning the C Programming Language as a Classical Musician”

Learning the C Programming Language as a Classical Musician

Episode 4 Welcome back and thank you for sticking with me! In this episode, we will scratch the surface of what programming is, learn how to comment your code, and what your computer is doing when compiling your code. I will try to add as many music-related examples as possible but, in these first stages,Continue reading “Learning the C Programming Language as a Classical Musician”