TIL
- C does not support function overloading
- the \v vertical tab character is kind of the equivalent of starting a new line and then indenting to the end of the previous line
@PHolder ok, the author of the book I’m reading knows his stuff then! So far he has only introduced char*.
Now that I think about it I like the way you mentioned because int* can be easily explained as a “pointer to an int”. In my limited experience with pointers I’ve had trouble explaining and understanding what * does in plain English. Especially because it’s also used to dereference pointers and get the value they hold.