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
- Host: GitHub
- URL: https://github.com/yusufss4/advanced-c-programming-course
- Owner: Yusufss4
- Created: 2022-06-20T10:06:47.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-22T20:06:17.000Z (over 3 years ago)
- Last Synced: 2025-03-24T03:23:15.444Z (about 1 year ago)
- Topics: advanced-c, c, c-programming, c-programming-language, embedded-c, linux
- Language: C
- Homepage:
- Size: 689 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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*