CompuServe Messages

#char (*tp[N])[] ?

    06-Aug-93 20:45:27
Fm: Dale Larson 76702,654
To: Jeff Pratt 76057,3645
What are you going to use it for? Let's see. if char *X[] is an array of pointers to char, then char (*X[])[] is an array of arrays of pointers to char and char *(*X[])[] should be "an array of pointers to arrays of char *'s." I should check this with the nice little program that converts English to declarations and back, but I don't have it handy, so I'm not 100% sure. I usually have either used the construct or have an example handy or realize there is an easier way to do things. Dale Larson – An Amiga Software Engineer with some time on his hands.