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

https://github.com/uthcode/learntosolveit

The C Programming Language Companion
https://github.com/uthcode/learntosolveit

c

Last synced: 5 days ago
JSON representation

The C Programming Language Companion

Awesome Lists containing this project

README

          

# https://learntosolveit.com

[https://learntosolveit.com](https://learntosolveit.com) is a website to learn C programming using K&R book. It uses modern tools, and is designed to be used along with the book.

I recommend [https://exercism.org](https://exercism.org) as the platform to
learn programming, including C, and practice with a community of intrinsically
motivated developers.

### References

* C Programming Language by Kernighan and Ritchie.
* https://github.com/jflaherty/ptrtut13/blob/master/md/ch1x.md
* https://manual.cs50.io/

[![Netlify Status](https://api.netlify.com/api/v1/badges/27a766e4-762c-420f-92e2-f35441c79f63/deploy-status)](https://app.netlify.com/sites/learntosolveit/deploys)
[![Documentation Status](https://readthedocs.org/projects/learntosolveit/badge/?version=latest)](http://www.learntosolveit.com/?badge=latest)

## Author

* Senthil Kumaran
* Email: [senthil@uthcode.com](mailto:senthil@uthcode.com)
* Blog: [https://senthil.learntosolveit.com](https://senthil.learntosolveit.com)