OP 22 August, 2022 - 11:22 AM
C
I personally always recommend the K&R to people. Even though
it's old, probably the best book you can read to grip the basics (esp. pointers,
I know starters have problems with those :D)
Link: https://kremlin.cc/k&r.pdf
Rust
The best source to learn Rust is the Rust Book. Honestly one of the greatest
learning resources ever made IMO. After you read that and understand the language, start doing the Rustlings course.
Rustlings is a huge set of broken code that you need to fix, very great to learn Rust.
Rust Book: https://doc.rust-lang.org/book/
Rustlings course: https://github.com/rust-lang/rustlings
pleaseeeee leave a +rep if this helped you...
I personally always recommend the K&R to people. Even though
it's old, probably the best book you can read to grip the basics (esp. pointers,
I know starters have problems with those :D)
Link: https://kremlin.cc/k&r.pdf
Rust
The best source to learn Rust is the Rust Book. Honestly one of the greatest
learning resources ever made IMO. After you read that and understand the language, start doing the Rustlings course.
Rustlings is a huge set of broken code that you need to fix, very great to learn Rust.
Rust Book: https://doc.rust-lang.org/book/
Rustlings course: https://github.com/rust-lang/rustlings
pleaseeeee leave a +rep if this helped you...