Ecosyste.ms: Awesome
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
- Host: GitHub
- URL: https://github.com/uthcode/learntosolveit
- Owner: uthcode
- License: other
- Created: 2013-12-06T15:44:38.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-11-03T00:42:59.000Z (13 days ago)
- Last Synced: 2024-11-03T01:19:19.430Z (13 days ago)
- Topics: c
- Language: C
- Homepage: http://www.learntosolveit.com
- Size: 36.5 MB
- Stars: 208
- Watchers: 25
- Forks: 1,362
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
To practice the exercises, you can use the online compilers like
* [https://www.tutorialspoint.com/compile_c_online.php](https://www.tutorialspoint.com/compile_c_online.php)
* [https://replit.com/](https://replit.com/)
* [https://www.jdoodle.com/c-online-compiler](https://www.jdoodle.com/c-online-compiler)
* [https://www.onlinegdb.com/online_c_compiler](https://www.onlinegdb.com/online_c_compiler)
* [https://www.codechef.com/ide](https://www.codechef.com/ide)
* [https://www.programiz.com/c-programming/online-compiler/](https://www.programiz.com/c-programming/online-compiler/).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.### Reference Books
* C Programming Language by Kernighan and Ritchie.
[![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: [[email protected]](mailto:[email protected])
* Blog: [https://senthil.learntosolveit.com](https://senthil.learntosolveit.com)