I’ve been writing C on and off since I was 12 and my approach to working out if I need `var`, `&var`, or `*var` is still mostly to try one and see if the compiler explodes, then keep going until it stops moaning at me.
I’ve been writing C on and off since I was 12 and my approach to working out if I need `var`, `&var`, or `*var` is still mostly to try one and see if the compiler explodes, then keep going until it stops moaning at me.