Episode 18 — Types (Part 10: Function types) Welcome back! Today we are scratching the surface of one of the greatest subjects in programming: functions! My goal in this episode will be to try to keep this concise and, at the same time, interesting and helpful to read. Let’s dive right in! Function types ItContinue reading “Learning the C Programming Language as a Classical Musician [18]”
Tag Archives: Functions
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”