What would be the best way to learn C/C++ from a self taught perspective? I’ve been fascinated with learning about microcontrollers and the things they can do. #programming
@Psyklone I did it by first reading K&R and doing the exercises and then wrote the tool I always wanted. An approach I'd wholeheartedly recommend. C++ I decided to skip in favor of Rust :)
@xand What exactly is K&R? I really like your approach and that’s probably what would be my best bet to fully grasp the concepts. I’ve been seeing people lean more towards Rust over C++ too and from I’ve read, they accomplish the same things.