https://github.com/alcryst/c_book_prgms
C programs for material/exercises from "The C Programming Language: Second Edition".
https://github.com/alcryst/c_book_prgms
Last synced: over 1 year ago
JSON representation
C programs for material/exercises from "The C Programming Language: Second Edition".
- Host: GitHub
- URL: https://github.com/alcryst/c_book_prgms
- Owner: Alcryst
- Created: 2024-07-13T17:04:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T02:50:49.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T17:23:33.269Z (over 1 year ago)
- Language: C
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# "The C Programming Language" Programs
Don't expect too much from this repository at the moment, I mostly used it to learn how to set up GitHub.
I may put stuff here at some point though.
Book this is based on is (the classic) "The C Programming Language: Second Edition" by Kernighan & Ritchie in case you wanna follow along.