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