Description
best articles, videos and courses to (quickly) teach yourself the C programming langauge
ebook: Teach Yourself C in 24 Hours (Publisher: Macmillan Computer Publishing) Author: Tony Zhang (2017)
by Rob Pike, February 21, 1989: "Kernighan and Plauger's The Elements of Programming Style was an important and rightly influential book. But some... (2017)
Introduction to Computer Science. An introduction to the intellectual enterprises of computer science and the art of programming. This is CS50x, H... (2013)
Published on Feb 8, 2017 This is CS50x, Harvard University's introduction to the intellectual enterprises of computer science and the art of progr... (2017)
2017 by Eric Raymond, "I was thinking a couple of days ago about the new wave of systems languages now challenging C for its place at the top of t... (2017)
This is the first post in a series on writing your own C compiler. Here are some reasons to write a compiler: (2017)
Macros can have some strange side effects on your code. And dealing with them is inevitable in C programming. So be aware of the pitfalls! (2017)
I’ve wanted to understand more about the process of how source code gets compiled and packaged with its dependencies into a deployable artifact. ... (2017)
I have been working on Snow, a unit testing library for C. I wanted to see how close I could come to making a DSL (domain specific language) with i... (2018)
I am an unusual beast. All my solo project games I've been making recently have been written in 'vanilla' C. Nobody does this. So I think it might... (2019)