http://qs321.pair.com?node_id=96839


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.