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”
Author Archives: Michele Galvagno
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”
I don’t like where this is going… (Part 2 of 2)
or … how certain companies are ruining this world In the previous part I told you the story of how couriers, in my case UPS, but it had happened before and will happen again, are just profiting of the general confusion created by Brexit, hoping that customers will just be not determined enough to react.Continue reading “I don’t like where this is going… (Part 2 of 2)”
I don’t like where this is going… (Part 1 of 2)
or … how certain companies are ruining this world A brief interruption from our C-programming tutorial series to talk about an issue that I feel very dear to me. I have always tried to be a balanced person, but this brought back a sense of expectation in me that also the world around me shouldContinue reading “I don’t like where this is going… (Part 1 of 2)”
Learning the C Programming Language as a Classical Musician
Episode 3 Welcome back! In the last episode we looked at the structure of a C file on Xcode for macOS, while also giving a brief overview of the IDE’s user interface (UI). Today’s episode will be a bit more technical as we will delve into the basics of the C Programming Language, focussing ourContinue reading “Learning the C Programming Language as a Classical Musician”
