> OK, what exactly does this "->" operator accomplish? My book > says it is a > "structure pointer operator", which might as well say it was > a Left Handed > Metric 1" Macedonian Rubber-headed Fiddle Wrench and I'd > still be none the > wiser. Shorthand, effectively. When working with a struct, referencing an element of a struct us done using dot notation. i.e. struct mystruct s; s.element When working with a pointer to a structure - struct mystruct *s; to access the element, you can use... (*s).element or, preferably s-> element Reference - K&R, 6.2 (p131 in my edition) I think I have the manual for the rubber-headed fiddle wrench somewhere, too. HTH Peter This email, its content and any attachments is PRIVATE AND CONFIDENTIAL to TANDBERG Television. If received in error please notify the sender and destroy the original message and attachments. -- http://www.piclist.com hint: PICList Posts must start with ONE topic: [PIC]:,[SX]:,[AVR]: ->uP ONLY! [EE]:,[OT]: ->Other [BUY]:,[AD]: ->Ads