Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/loathingkernel/knr2e


https://github.com/loathingkernel/knr2e

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# Possible solutions to KnR2E exercises

Each folder has its own README.md with information about the corresponding
exercise. All solutions try to use materials already covered as far in the book,
unless otherwise stated.

To build use:
```bash
mkdir build && cd build && cmake .. && make
```

Any input is welcome.