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

Episode 13 — Types (Part 5: Practical Examples) Welcome back! Today, we continue our journey through practical examples of types in the C programming language. We dedicated the whole of the last episode to integers, saw how the C compiler handles them, and met the modulo % operator, used to return the remainder of aContinue reading “Learning the C Programming Language as a Classical Musician [13]”

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]”