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 [10]

Episode 10 – Types (Part 2: Compatible & Composite Types) Welcome back! First of all I want to apologise for the complexity of last episode. It was really hard for me as well to put together, and the topic, when faced for the first time, is a true punch in the nose. We are allContinue reading “Learning the C Programming Language as a Classical Musician [10]”

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”