62
GUI library for C?
(lemmy.dbzer0.com)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
Have you tried the Rust book? I learned via that and it's great.
Do you mean this? https://doc.rust-lang.org/book/
I actually started with that, but somehow redirected to "Rust by Example" and realise they were different, probably because of the same domain name and theme.
Now I see, they did start with explaining ownership, which is one of the things I felt that i was missing, when I started moving forward in "Rust by Example". Thanks for putting me back on track.