in reply to Re: Re (tilly) 3: Dots and cargo-cult programming
in thread Dots and cargo-cult programming

In C accessing a struct directly is done with a ".", but accessing a struct through a reference is done with an "->". So to my eyes the arrow says "indirected through a reference.

YMMV.

  • Comment on Re (tilly) 5: Dots and cargo-cult programming