# Random notes for me to become a good C programmer
C89 (aka "Standard C", aka "ANSI C")
- Pointers. This is critical. You can't do anything more than "hello world" type stuff in C if you don't get this.
- Stop reading articles! No website is as good as a good book. [https://fabiensanglard.net/c/]
- read this book: Expert C Programming
- Write code every single day.