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”
Tag Archives: Xcode
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”
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”
Learning the C Programming Language as a Classical Musician
Episode 2 Welcome back! In the last episode we looked at the motivations behind this new delving into the world of programming, why I decided to start with the C Programming Language, and how to create your first C project on macOS 12.x using Xcode 13.x. Today we will analyse the structure of a CContinue reading “Learning the C Programming Language as a Classical Musician”
