Posted by M? on July 16, 2000 at 23:47:09:
I have a struct declaired in a header file and pass that header file to another cpp file. I make a call to the variable which has already been declared as a array of structures and is passed to my function. And I'm getting this error:
syntax error : identifier 'incom'
Why isn't my struc def being passed???
Thanks ahead of time,
>:P