Add free resource from telegram

This commit is contained in:
Meher Mankar 2024-10-18 09:10:36 +05:30 committed by GitHub
parent 243d33995f
commit 63306a7088
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
## C/C++:
- [Build an Interpreter](http://www.craftinginterpreters.com/) (Chapter 14 on is written in C)
- [Build an Interpreter](https://t.me/ukwhoimbot?start=BQADAQADfgUAAuCKkETzVwzEjAfMvxYE) (Chapter 14 on is written in C)
- [Memory Allocators 101 - Write a simple memory allocator](https://arjunsreedharan.org/post/148675821737/memory-allocators-101-write-a-simple-memory)
- [Write a Shell in C](https://brennan.io/2015/01/16/write-a-shell-in-c/)
- [Write a FUSE Filesystem](https://www.cs.nmsu.edu/~pfeiffer/fuse-tutorial/)