An open API service indexing awesome lists of open source software.

https://github.com/yusufss4/advanced-c-programming-course

Advanced C Programming Notes
https://github.com/yusufss4/advanced-c-programming-course

advanced-c c c-programming c-programming-language embedded-c linux

Last synced: about 1 year ago
JSON representation

Advanced C Programming Notes

Awesome Lists containing this project

README

          

# advanced-c-programming-notes
**Work in progress. There will be notes about C.**

---
> C makes it easy to shoot yourself in the foot;
> C++ makes it harder, but when you do it blows your whole leg off.
>
> -- *Benjamin Franklin*

> I've noticed that just about every time I find a large program with known
> glitches that no one seems able to fix, that program is written in C and
> is likely written by a programming team in a remote location.
>
> -- *Jerry Pournelle*

> C is quirky, flawed, and an enormous success.
>
> -- *Dennis Ritchie*