|
|
|
Best way to learn C in 2019?
|
|
40 points
by comatory
2715 days ago
|
|
What would be a good reference to learn C language (I presume ANSI C) today? It used to be K & R book, not sure if that is still relevant. I'm not looking for a resource that's for programming newbies but for someone who can already program in higher level languages. |
|
* Some course/book that includes gdb/compilers/modern style ect https://www.youtube.com/playlist?list=PLpIxOj-HnDsPZIJYO4U9f... which covers http://csapp.cs.cmu.edu/
* The SEI CERT C Coding Standard https://wiki.sei.cmu.edu/confluence/display/c/SEI+CERT+C+Cod... combined with C Traps and Pitfalls http://literateprogramming.com/ctraps.pdf
Really any C book you can find combined w/SEI CERT standard, there's even a functional C book from 1999 https://pdfs.semanticscholar.org/31ac/b7abaf3a1962b27be9faa2...