https://github.com/ooddaa/c_sandbox
C
https://github.com/ooddaa/c_sandbox
Last synced: 10 months ago
JSON representation
C
- Host: GitHub
- URL: https://github.com/ooddaa/c_sandbox
- Owner: ooddaa
- Created: 2024-04-06T08:16:23.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-05T14:30:09.000Z (about 2 years ago)
- Last Synced: 2024-06-05T22:54:36.187Z (about 2 years ago)
- Language: C
- Size: 71.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Learning C
## Objectives:
1. Be able to understand and write low-level code.
2. Learn C to make learning Rust easier 😁.
3. Have fun 😎
## Current pipeline:
1. Complete all exercises from the iconic [The C Programming Language](https://www.amazon.co.uk/C-Programming-Language-2nd/dp/0131103628)
2. Complete [C for Everyone: Programming Fundamentals](https://www.coursera.org/learn/c-for-everyone) Coursera course by Ira Pohl of Santa Cruz