I’m keeping this post on the down-low since my site is 99% about Python. Along the way, in order to better understand the underpinnings of Python (which was written in C as were other languages), I decided I need to learn enough C to be able to function the in the language. I’m taking a course from Udemy but the instruction leaves a lot to be desired and for every hour spent listening to lectures I’m spending about 4 or 5 reading stuff on the internet pertaining to the current subject of study. One big hurdle was trying to integrate my understanding of how pointers, structures and functions work together. I could never find a single, unified example that was clear, complete and worked.
So here I present one well documented so I will know at least one coherent example exists on the internet.
You will find it under Articles and Rants here:
Link to C Pointers, Structures and Functions