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

https://github.com/boblyx/selflearnc

A bunch of small C projects to self learn the C language.
https://github.com/boblyx/selflearnc

Last synced: 3 months ago
JSON representation

A bunch of small C projects to self learn the C language.

Awesome Lists containing this project

README

        

# selflearnC
Mini projects aimed at learning the C programming language.

## Projects
- 00 - `list`: Playing with arrays in C.
- 01 - `dict`: Trying to implement a dictionary in C and failing.
- 02 - `ptr`: Pointer exercises trying to understand how pointers work.