if a is a structure type use a.b to get the member b of a. If it's a pointer type you can use a->b or (*a).b.

Last edited by DJBMASTER; 01/12/11 16:26.