Learning the C Programming Language as a Classical Musician [12]

Episode 12 – Types (Part 4: Practical Examples) Welcome back! In the previous episode, we finally managed to look at some practical examples of types in action, starting with arithmetic types. We met Mr. George Boole and his Boolean logic, with the introduction of the Boolean type, which allows us to represent the true andContinue reading “Learning the C Programming Language as a Classical Musician [12]”

Learning the C Programming Language as a Classical Musician [11]

Episode 11 – Types (Part 3: Practical Examples) Welcome back! After the struggle that the last two episodes have been, full of theoretical concepts, some of them obscure and even unused in today’s programming, we have finally come to part where I will show you these types in practice. We watched at type classification inContinue reading “Learning the C Programming Language as a Classical Musician [11]”

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 7 Welcome back! In the last episode, I had promised you that we would have looked together at the concept of lifetime in C, but the review of identifiers and scope took much more time than expected. Today we are here to rectify that, and possibly something else. Let’s get started. Lifetime Basically everyContinue reading “Learning the C Programming Language as a Classical Musician”