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

https://github.com/ooddaa/c_sandbox

C
https://github.com/ooddaa/c_sandbox

Last synced: 10 months ago
JSON representation

C

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