I am attempting to use AnkiDroid and the following books to learn C programming:
-
Learn C the Hard Way: A Clear & Direct Introduction To Modern C Programming
- Understanding and Using C Pointers
So far so good, I have finished the first chapter of the pointers books. I have created example code that I will put on my GitHub. The examples will be annotated.
My plan is to finish “Understanding and Using C Pointers” then continue working on “Learning C the Hard Way”. It seems to me the most confusing and powerful part of C is pointers. The program structure, flow and operators are all very familiar since I have mainly used C inspired/derived programming languages (Perl, Go, JS).
EDIT: I have since read that the above books are bad choices for learning C programming! Hopefully I can find better sources…