Basically, I have a pointer to a pointer which points to an array of structures. I want to be able to dereference the pointer for individual elements in the structure.
But the code I have written doesn't work...
... Can anyone please help??Code:printf( "Name: %s %s\n", (**cust[i]).first, (**cust[i]).last);
Thanks



LinkBack URL
About LinkBacks


